refactor, and use aiohttp
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
from .scrapers.sakuracon import collect_sakuracon_events
|
||||
import asyncio
|
||||
|
||||
def generate_all():
|
||||
loop = asyncio.new_event_loop()
|
||||
loop.run_until_complete(collect_sakuracon_events())
|
||||
|
||||
Reference in New Issue
Block a user