fixed bugs when not using shorturl
This commit is contained in:
+4
-2
@@ -58,5 +58,7 @@ async def main():
|
||||
|
||||
await bot.stop()
|
||||
|
||||
|
||||
asyncio.run(main())
|
||||
try:
|
||||
asyncio.run(main())
|
||||
except KeyboardInterrupt:
|
||||
raise SystemExit
|
||||
Reference in New Issue
Block a user