fix: 历史记录加载方法优化
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user