修复打码错误

This commit is contained in:
Jalin
2019-01-07 11:05:26 +08:00
parent ac5cc0824a
commit afe2962b21
5 changed files with 14 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ from py12306.user.user import User
def main():
# Thread(target=Query.run).start() # 余票查询
create_thread_and_run(User, 'run', wait=False)
Query.run()
# Query.run()
# Query.run()
pass