🥅 Added info why quiz can't get imported

This commit is contained in:
Mawoka
2022-04-08 15:19:05 +02:00
parent c15a093ded
commit ed87d47399
4 changed files with 9 additions and 3 deletions
-1
View File
@@ -61,5 +61,4 @@ async def test_get():
rounds = 0
for i in quiz_list:
rounds = rounds + 1
print(f"Got {rounds} from {len(quiz_list)}")
await get(i)