This commit is contained in:
Andrew Gundersen 2020-12-21 12:00:32 -06:00
commit f583352e42
10 changed files with 47 additions and 12 deletions

View file

@ -33,7 +33,7 @@ async def messenger():
# Put the mailbox back
mailroom.que.put(mailbox)
await asyncio.sleep(1)
await asyncio.sleep(0.1)
async def run():
await messenger()