db
This commit is contained in:
parent
db2e6c4f15
commit
f583352e42
10 changed files with 47 additions and 12 deletions
|
|
@ -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()
|
||||
Loading…
Reference in a new issue