Error on start

Missing "pass" inside of an else
This commit is contained in:
Olai Vike Bøe 2024-01-17 13:25:03 +01:00
parent 0b5f8a5561
commit 363161b088

View file

@ -149,6 +149,7 @@ async def main():
else:
# print(f"Number of CPU threads: {cpu_threads}")
# print(f"Max workers for ThreadPoolExecutor: {max_workers}")
pass
async with aiohttp.ClientSession() as session:
with ThreadPoolExecutor(max_workers=max_workers) as executor: