fix: idevice errorcodes bug (#24)

* very easy fix

* Added self hosting instructions

* nvm this was the actual fix  nooo way

* removed instructions :3

* fix: some stuff

---------

Co-authored-by: neoarz <email@neoarz.dev>
This commit is contained in:
Daisuke
2025-11-15 20:46:39 -05:00
committed by GitHub
parent 11f08556dc
commit bafd8fc19a
4 changed files with 36 additions and 39 deletions

6
bot.py
View File

@@ -280,6 +280,6 @@ if __name__ == "__main__":
try:
bot.run(os.getenv("TOKEN"))
except KeyboardInterrupt:
pass
except Exception:
pass
logger.info("Received keyboard interrupt")
except Exception as e:
logger.critical(f"Fatal error during bot execution: {type(e).__name__}: {e}")