bug fixes

This commit is contained in:
UpstreamData
2021-10-22 12:45:29 -06:00
parent d57e6db0e5
commit 7310ada4a4
2 changed files with 4 additions and 2 deletions

View File

@@ -271,8 +271,7 @@ async def ui():
if event == "sort_data_hr":
asyncio.create_task(sort_data(1))
if event == "sort_data_user":
print()
asyncio.create_task(sort_data(2))
asyncio.create_task(sort_data(3))
if event == "__TIMEOUT__":
await asyncio.sleep(0)