From aac454b993e21eb3c15ad70f61e83f2b4d1cd208 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Mon, 24 Jul 2023 10:30:43 -0400 Subject: [PATCH] [74] save string change --- VERSION | 2 +- plex_meta_manager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b4745176..ab9073d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0-develop73 +1.19.0-develop74 diff --git a/plex_meta_manager.py b/plex_meta_manager.py index 33040f51..926156cd 100644 --- a/plex_meta_manager.py +++ b/plex_meta_manager.py @@ -151,7 +151,7 @@ for env_name, env_data in os.environ.items(): run_arg = " ".join([f'"{s}"' if " " in s else s for s in sys.argv[:]]) for _, v in secret_args.items(): if v in run_arg: - run_arg.replace(v, "(redacted)") + run_arg = run_arg.replace(v, "(redacted)") if collections: collection_only = True