chore: ruff fix

This commit is contained in:
neoarz
2025-11-22 19:51:46 -05:00
parent 4a9b6b1f06
commit 23790c46b4
59 changed files with 65 additions and 147 deletions

2
bot.py
View File

@@ -282,4 +282,4 @@ if __name__ == "__main__":
except KeyboardInterrupt:
logger.info("Received keyboard interrupt")
except Exception as e:
logger.critical(f"Fatal error during bot execution: {type(e).__name__}: {e}")
logger.critical(f"Fatal error during bot execution: {type(e).__name__}: {e}")