Skip to content

Commit

Permalink
Delete extra space.
Browse files Browse the repository at this point in the history
  • Loading branch information
bohning committed Aug 20, 2023
1 parent 0983c9b commit 10643a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usdb_syncer/song_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def run(self) -> None:
def _run_inner(self) -> SongData:
self.on_start(self.song_id)
details = usdb_scraper.get_usdb_details(self.song_id)
self.logger.info(f"Found '{details.artist} - {details.title}' on USDB")
self.logger.info(f"Found '{details.artist} - {details.title}' on USDB")
ctx = Context.new(details, self.options, self.data, self.logger)
ctx.locations.dir_path().mkdir(parents=True, exist_ok=True)
ctx.locations.ensure_correct_paths(ctx.sync_meta)
Expand Down

0 comments on commit 10643a9

Please sign in to comment.