优化乘客检测

This commit is contained in:
Jalin
2019-01-11 13:44:42 +08:00
parent ed04957863
commit 8e9468406a
6 changed files with 42 additions and 12 deletions

View File

@@ -15,6 +15,9 @@ def main():
App.did_start()
App.run_check()
Query.check_before_fun()
####### 运行任务
User.run()
Query.run()
if not Const.IS_TEST: