fixed bugs when not using shorturl

This commit is contained in:
2025-06-27 16:46:32 +02:00
parent 8f90ea74d4
commit 6ff9cafc34
9 changed files with 67 additions and 26 deletions
+4 -2
View File
@@ -58,5 +58,7 @@ async def main():
await bot.stop()
asyncio.run(main())
try:
asyncio.run(main())
except KeyboardInterrupt:
raise SystemExit