editor: Not currently using asyncio debug mode.
This commit is contained in:
parent
4dc97d0b9a
commit
0c7f5272ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue