@@ -327,7 +327,6 @@ def process_artists_missing(processed_artists=None) -> List[int]:
327327 if not refresh_resp or "id" not in refresh_resp :
328328 logger .warning ("WARNING: Could not refresh. Skipping this artist." )
329329 time .sleep (10 )
330- logger .info ("⭐ Tool Great? Donate @ https://donate.plex.one for Daughter's College Fund!" )
331330 continue
332331 logger .info (f"Refresh command accepted (ID={ refresh_resp ['id' ]} ). Waiting 5s..." )
333332 time .sleep (5 )
@@ -465,7 +464,6 @@ def process_albums_missing(processed_albums=None) -> List[int]:
465464 if not refresh_resp or "id" not in refresh_resp :
466465 logger .warning (f"WARNING: Could not refresh artist { artist_name } . Skipping album." )
467466 time .sleep (10 )
468- logger .info ("⭐ Tool Great? Donate @ https://donate.plex.one for Daughter's College Fund!" )
469467 continue
470468 logger .info (f"Refresh command accepted (ID={ refresh_resp ['id' ]} ). Waiting 5s..." )
471469 time .sleep (5 )
@@ -618,7 +616,6 @@ def process_album_upgrades() -> bool:
618616 if not ref_resp or "id" not in ref_resp :
619617 logger .warning ("WARNING: Refresh command failed. Skipping this album." )
620618 time .sleep (10 )
621- logger .info ("⭐ Tool Great? Donate @ https://donate.plex.one for Daughter's College Fund!" )
622619 continue
623620 logger .info (f"Refresh accepted (ID={ ref_resp ['id' ]} ). Waiting 5s..." )
624621 time .sleep (5 )
@@ -632,7 +629,6 @@ def process_album_upgrades() -> bool:
632629 else :
633630 logger .warning (f"WARNING: AlbumSearch failed for album ID={ album_id } ." )
634631 time .sleep (10 )
635- logger .info ("⭐ Tool Great? Donate @ https://donate.plex.one for Daughter's College Fund!" )
636632 continue
637633
638634 logger .info (f"Album upgrade processed." )
@@ -688,8 +684,8 @@ def main_loop() -> None:
688684
689685 # Sleep at the end of the cycle only
690686 logger .info (f"Cycle complete. Sleeping { SLEEP_DURATION } s before next cycle..." )
691- time .sleep (SLEEP_DURATION )
692687 logger .info ("⭐ Tool Great? Donate @ https://donate.plex.one for Daughter's College Fund!" )
688+ time .sleep (SLEEP_DURATION )
693689
694690
695691if __name__ == "__main__" :
0 commit comments