Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
miyouzi committed Jan 15, 2019
1 parent dd68692 commit b44c440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aniGamerPlus.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ def check_new_version():
remote_version = Config.read_latest_version_on_github()
if float(settings['aniGamerPlus_version'][1:]) < float(remote_version[1:]):
err_print('發現GitHub上有新版本: '+remote_version)
else:
print('當前為最新版')


if __name__ == '__main__':
Expand Down

0 comments on commit b44c440

Please sign in to comment.