mushorg / tanner

He who flays the hide
GNU General Public License v3.0
222 stars 104 forks source link

asyncio.create_task() does not work in python version less than 3.7 #372

Closed steve7158 closed 4 years ago

steve7158 commented 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.

afeena commented 4 years ago

@steve7158 Nice catch! Would you like to fix it?

steve7158 commented 4 years ago

Sure i have just made a PR :smile: