🚨 Removed comments

This commit is contained in:
Mawoka
2022-04-16 11:36:47 +02:00
parent 1a52951f34
commit 6c68010784
5 changed files with 0 additions and 50 deletions
-2
View File
@@ -34,6 +34,4 @@ async def search(
async with session.get(
f"https://create.kahoot.it/rest/kahoots/?query={query}&limit={limit}&cursor={cursor}&searchCluster={search_cluster}&includeExtendedCounters=false&inventoryItemId={inventory_item_id}" # noqa : E501
) as response:
# print(
# f"https://create.kahoot.it/rest/kahoots/?query={query}&limit={limit}&cursor={cursor}&searchCluster={search_cluster}&includeExtendedCounters=false&inventoryItemId={inventory_item_id}")
return _Response(**await response.json())