diff --git a/plextraktsync/sync/Sync.py b/plextraktsync/sync/Sync.py index 432acb6c7bb..7cd14b0d978 100644 --- a/plextraktsync/sync/Sync.py +++ b/plextraktsync/sync/Sync.py @@ -100,7 +100,7 @@ def sync(self, walker: Walker, dry_run=False): if walker.config.walk_library and (self.config.update_plex_wl_as_pl or self.config.sync_liked_lists): if is_partial: - self.logger.warning("1Running partial library sync. Liked lists won't update because it needs full library sync.") + self.logger.warning("Running partial library sync. Liked lists won't update because it needs full library sync.") else: if not dry_run: with measure_time("Updated liked list"):