Closed steve7158 closed 4 years ago
In server.py file, inside the function async def start background delete, we have used asyncio.create_task(), which is not supported in python version less than 3.7.
async def start background delete
@steve7158 Nice catch! Would you like to fix it?
Sure i have just made a PR :smile:
In server.py file, inside the function
async def start background delete
, we have used asyncio.create_task(), which is not supported in python version less than 3.7.