add the shebang

This commit is contained in:
Holly 2021-03-09 06:05:42 +00:00
parent df1b8b6c6d
commit 916de1bdb0
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import os
import shutil
import asyncio
@ -160,4 +162,4 @@ async def repeat(interval, func, *args, **kwargs):
)
if __name__ == '__main__':
asyncio.run(startup())
asyncio.run(startup())