修复定时器问题

This commit is contained in:
lzybetter
2023-09-09 10:39:05 +08:00
parent 64aaea6dc0
commit e009891fa9
3 changed files with 106 additions and 87 deletions

View File

@@ -6,7 +6,7 @@ class Config:
__BASE_PATH = os.getcwd()
__CONFIG_PATH = os.path.join(__BASE_PATH, 'config')
__CONFIG_NAME = 'test.yaml'
__SCHEDULER_DB_FILE_NAME = 'scheduler.db'
__SCHEDULER_DB_FILE_NAME = 'schedule_db.db'
__LOG_FILE_NAME = 'myAssistant.log'
__CONFIG_DICT = {}