修改名称错误
This commit is contained in:
2
main.py
2
main.py
@@ -16,7 +16,7 @@ def main():
|
||||
App.did_start()
|
||||
|
||||
App.run_check()
|
||||
Query.check_before_fun()
|
||||
Query.check_before_run()
|
||||
|
||||
####### 运行任务
|
||||
Web.run()
|
||||
|
||||
@@ -51,7 +51,7 @@ class Query:
|
||||
pass
|
||||
|
||||
@classmethod
|
||||
def check_before_fun(cls):
|
||||
def check_before_run(cls):
|
||||
self = cls()
|
||||
self.init_jobs()
|
||||
self.is_ready = True
|
||||
|
||||
Reference in New Issue
Block a user