mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-20 14:26:18 +00:00
61ee86168b
Updated the GitHub Actions workflow to exclude the dist directory from shellcheck checks, ensuring cleaner linting results. fix(command_manager): reorder datetime import Moved the datetime import to the correct position in command_manager.py for better code organization. fix(reload_config): improve config value retrieval Refactored the _read_config_value function in reload_config.sh to ensure default values are returned correctly when the key is not found in the config file. fix(tests): adjust imports in test_scheduler_logic Updated import statements in test_scheduler_logic.py for consistency and clarity.