Commit 2e89bd1d authored by Jalin's avatar Jalin

修改名称错误

parent deab8142
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment