mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-09-13 03:15:37 +00:00
Updated the BotDataViewer class to utilize a context manager for database connections, enhancing resource management. Additionally, refactored test files to implement a centralized approach for managing SQLite connections, ensuring proper cleanup after tests. This change improves code maintainability and reliability across the application.