editor: Not currently using asyncio debug mode.

This commit is contained in:
Andrew Hamilton 2022-01-13 21:32:33 +10:00
parent 4dc97d0b9a
commit 0c7f5272ae

View file

@ -660,7 +660,7 @@ class Editor:
def main():
editor = Editor()
editor.load(sys.argv[1])
asyncio.run(fill3.tui("Editor", editor), debug=True)
asyncio.run(fill3.tui("Editor", editor))
if __name__ == "__main__":