Skip to content

Commit

Permalink
Update: Verbiage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 25, 2024
1 parent 5b924c4 commit 7954a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def run_module(script_name, logger):
script_config = config.script_config
sync_posters = script_config.get("sync_posters", False)
border_replacerr = script_config.get("border_replacerr", False)
posters = ", also running poster_renamerr" if sync_posters else ""
posters = ", also running gdrive_sync" if sync_posters else ""
border = ", also running border_replacerr" if border_replacerr else ""
additional_scripts = f"{posters}{border}"
logger.info(f"Running script: {script_name}{additional_scripts}.")
Expand Down

0 comments on commit 7954a4e

Please sign in to comment.