Skip to content

Commit

Permalink
why tf does that return
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Mar 17, 2024
1 parent 4f0c9d1 commit 371289c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ async def update_db(async_session: async_sessionmaker[AsyncSession]):
jacket = chunithm_song["image"]
except StopIteration:
logger.warning(f"Couldn't find {song['meta']}")
return
continue

if not jacket:
chunithm_song = next(
Expand Down

0 comments on commit 371289c

Please sign in to comment.