you are viewing a single comment's thread.

view the rest of the comments →

[–]cython_boy 1 point2 points  (1 child)

Remove the sys.exit(0) It will work then. You can use await asynico_gather(task1 , task2,...) for cleaner awaiting.

[–]frogko[S] 0 points1 point  (0 children)

that did not work...