mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-11 01:57:03 +00:00
c2bd1f06e3
- 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.