mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Add optional headers parameter for webhooks in notify API command
This commit is contained in:
parent
ddbd486500
commit
cfc30c1234
4 changed files with 5 additions and 1 deletions
|
@ -1179,6 +1179,7 @@ def split_args(args=None):
|
|||
for arg in shlex.split(args.encode(plexpy.SYS_ENCODING, 'ignore'))]
|
||||
return []
|
||||
|
||||
|
||||
def mask_config_passwords(config):
|
||||
if isinstance(config, list):
|
||||
for cfg in config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue