mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[68] redact plex url and token
This commit is contained in:
parent
aba08397f4
commit
87e284c5e9
2 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.0-develop67
|
||||
1.18.0-develop68
|
||||
|
|
|
@ -237,8 +237,8 @@ def start(attrs):
|
|||
logger.debug(f"--no-missing (PMM_NO_MISSING): {no_missing}")
|
||||
logger.debug(f"--no-report (PMM_NO_REPORT): {no_report}")
|
||||
logger.debug(f"--read-only-config (PMM_READ_ONLY_CONFIG): {read_only_config}")
|
||||
logger.debug(f"--plex-url (PMM_PLEX_URL): {plex_url}")
|
||||
logger.debug(f"--plex-token (PMM_PLEX_TOKEN): {plex_token}")
|
||||
logger.debug(f"--plex-url (PMM_PLEX_URL): {'Used' if plex_url else ''}")
|
||||
logger.debug(f"--plex-token (PMM_PLEX_TOKEN): {'Used' if plex_token else ''}")
|
||||
logger.debug(f"--divider (PMM_DIVIDER): {divider}")
|
||||
logger.debug(f"--width (PMM_WIDTH): {screen_width}")
|
||||
logger.debug(f"--debug (PMM_DEBUG): {debug}")
|
||||
|
|
Loading…
Reference in a new issue