Run in executor
This commit is contained in:
parent
327180d106
commit
b569a1ea15
@ -32,7 +32,7 @@ async def get_recent_rants(start_from=1, page_size=10):
|
||||
def get_rants():
|
||||
return dr.get_rants("recent", page_size, start_from)["rants"]
|
||||
|
||||
rants = asyncio.wait_for(loop.run_in_executor(get_rants), 5)
|
||||
rants = asyncio.wait_for(loop.run_in_executor(None,get_rants), 5)
|
||||
|
||||
page += 1
|
||||
for rant in rants:
|
||||
|
Loading…
Reference in New Issue
Block a user