fix: remove extraneous f-prefix on placeholder-less string
This commit is contained in:
parent
a827ba936a
commit
ee1bbdf60b
1 changed files with 1 additions and 1 deletions
|
|
@ -32784,7 +32784,7 @@ def _push_discover_playlist_to_server(batch_id, batch):
|
|||
time.sleep(5)
|
||||
if not navidrome_client.is_library_scanning():
|
||||
break
|
||||
logger.info(f"[DiscoverPush] Scan complete, searching for tracks")
|
||||
logger.info("[DiscoverPush] Scan complete, searching for tracks")
|
||||
else:
|
||||
time.sleep(30)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue