| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1689,7 +1689,7 @@ def main_curses(scr, args, config, interactive=True, locals_=None, | |||
| 1689 | 1689 | signal.signal(signal.SIGWINCH, old_sigwinch_handler) | |
| 1690 | 1690 | signal.signal(signal.SIGCONT, old_sigcont_handler) | |
| 1691 | 1691 | ||
| 1692 | - return repl.getstdout() | ||
| 1692 | + return clirepl.getstdout() | ||
| 1693 | 1693 | ||
| 1694 | 1694 | ||
| 1695 | 1695 | def main(args=None, locals_=None, banner=None): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments