mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[74] save string change
This commit is contained in:
parent
eb9d27879c
commit
aac454b993
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.19.0-develop73
|
||||
1.19.0-develop74
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue