Merge pull request #4 from hawkli-1994/hawkli-optimization

规范run文件的写法
pull/23/head
wenxianping 2018-01-12 20:55:22 +08:00 committed by GitHub
commit 507910d1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
run.py
View File

@ -5,5 +5,5 @@ from init import login, select_ticket_info
def run():
login.main()
select_ticket_info.select().main()
run()
if __name__ == '__main__'
run()