mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-26 10:58:04 +00:00
- Added validation for the database path using the validate_safe_path function to ensure paths are safe and relative to the bot root. - Enhanced error handling to log warnings when invalid paths are detected, defaulting to 'bot_data.db' if necessary. - This change improves the robustness of database connections across the application.