mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Update cloudinary-1.26.0
This commit is contained in:
parent
ebffd124f6
commit
4b28040d59
17 changed files with 1169 additions and 307 deletions
|
@ -20,6 +20,9 @@ def generate(url=None, acl=None, start_time=None, duration=None,
|
|||
else:
|
||||
raise Exception("Must provide either expiration or duration")
|
||||
|
||||
if url is None and acl is None:
|
||||
raise Exception("Must provide either acl or url")
|
||||
|
||||
token_parts = []
|
||||
if ip is not None:
|
||||
token_parts.append("ip=" + ip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue