ci: ignore ksubot error

This commit is contained in:
weishu
2023-10-24 18:00:45 +08:00
parent 4e3cbf627a
commit 3cf5fc4c51

View File

@@ -86,4 +86,7 @@ async def main():
await bot.log_out()
if __name__ == "__main__":
try:
asyncio.run(main())
except Exception as e:
print(f"[-] An error occurred: {e}")