This commit is contained in:
2024-07-05 09:46:08 +03:00
parent 2fa37c54b1
commit 36b6dd279a
2 changed files with 3 additions and 4 deletions

View File

@@ -62,9 +62,9 @@ async def test():
start = time.time()
await asyncio.gather(*[
test1(),
test2(),
test3(),
test4(),
# test2(),
# test3(),
# test4(),
# test5(),
# test6(),
])