You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
ci: ignore ksubot error
This commit is contained in:
+4
-1
@@ -86,4 +86,7 @@ async def main():
|
|||||||
await bot.log_out()
|
await bot.log_out()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
asyncio.run(main())
|
try:
|
||||||
|
asyncio.run(main())
|
||||||
|
except Exception as e:
|
||||||
|
print(f"[-] An error occurred: {e}")
|
||||||
Reference in New Issue
Block a user