diff options
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ def main(): tele.redraw = lambda: c.redraw() with tele.client: tele.client.start() - tele.client.loop.run_until_complete(c.start(on_str, on_tab)) + tele.client.loop.run_until_complete(c.start(tele.client, on_str, on_tab)) if __name__=="__main__": |
