Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
reformat entry ; build new release
Browse files Browse the repository at this point in the history
  • Loading branch information
FengLi666 committed Oct 22, 2018
1 parent dc2d723 commit 7dd7a92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file not shown.
Binary file removed dist/跑步是不可能跑步的.7z
Binary file not shown.
2 changes: 2 additions & 0 deletions mysports/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
password = input('input your password\n')

try:
print('try login...')
userid, s = login(mobile, password)
except Exception as e:
traceback.print_exc()
Expand All @@ -13,6 +14,7 @@
print('loging successfully')

try:
print('try run...')
dis = no_free_run(userid, s)
input('run %s km successfully !\n' % dis)
except Exception as e:
Expand Down

0 comments on commit 7dd7a92

Please sign in to comment.