Skip to content

Commit

Permalink
Merge pull request #2 from codysk/dev
Browse files Browse the repository at this point in the history
[FIX] remove debug tweak
  • Loading branch information
codysk committed Aug 5, 2020
2 parents 1ef36a5 + fcafc89 commit 09cc340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/NewBangumiScheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def check_update():
bangumi_episode_key = '%s_episode_%s' % (bangumi_name, episode)
new_bangumi_key_list.append(bangumi_episode_key)
if bangumi_episode_key not in prev_bangumi_key_list:
if not is_first or True:
if not is_first:

if bangumi_name not in updated_list:
updated_list[bangumi_name] = {
Expand Down

0 comments on commit 09cc340

Please sign in to comment.