Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
miyouzi committed Mar 20, 2022
1 parent ccd9841 commit 2ee7577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
sn_list_path = os.path.join(working_dir, 'sn_list.txt')
cookie_path = os.path.join(working_dir, 'cookie.txt')
logs_dir = os.path.join(working_dir, 'logs')
aniGamerPlus_version = 'v23'
aniGamerPlus_version = 'v23.1'
latest_config_version = 16
latest_database_version = 2.0
cookie = None
Expand Down Expand Up @@ -141,7 +141,7 @@ def __init_settings():
'read_sn_list_when_checking_update': True,
'read_config_when_checking_update': True,
'ads_time': 25,
"mobile_ads_time": 3,
'mobile_ads_time': 3,
'use_dashboard': True,
'dashboard': {
'host': '127.0.0.1',
Expand Down

0 comments on commit 2ee7577

Please sign in to comment.