Skip to content

Commit

Permalink
little change
Browse files Browse the repository at this point in the history
  • Loading branch information
miyouzi committed Feb 15, 2019
1 parent 6c347bc commit 2ca4434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aniGamerPlus.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ def run_gost():
signal.signal(signal.SIGINT, user_exit)
signal.signal(signal.SIGTERM, user_exit)
settings = Config.read_settings()
sn_dict = Config.read_sn_list()
working_dir = settings['working_dir']
db_path = os.path.join(working_dir, 'aniGamer.db')
queue = {} # 储存 sn 相关信息, {'tag': TAG, 'rename': RENAME}, rename,
Expand Down Expand Up @@ -609,6 +608,7 @@ def run_gost():
if settings['use_proxy']:
__init_proxy()

sn_dict = Config.read_sn_list()
while True:
print()
err_print(0, '開始更新', no_sn=True)
Expand Down

0 comments on commit 2ca4434

Please sign in to comment.