fix: 历史记录加载方法优化

This commit is contained in:
DLmaster361
2025-04-21 19:21:27 +08:00
parent f3af6ddbbc
commit 39876832f3
9 changed files with 100 additions and 29 deletions

View File

@@ -112,7 +112,7 @@ class MaaManager(QObject):
def run(self):
"""主进程运行MAA代理进程"""
curdate = Config.server_date()
curdate = Config.server_date().strftime("%Y-%m-%d")
begin_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
self.configure()