mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 03:40:11 +01:00
chore: ruff fix
This commit is contained in:
2
bot.py
2
bot.py
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user