Skip to content

Commit ad01653

Browse files
authored
Update transloadit/client.py
1 parent fcf75e0 commit ad01653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transloadit/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def get_signed_smart_cdn_url(
190190
- template (str): Template slug or template ID
191191
- input (str): Input value that is provided as ${fields.input} in the template
192192
- url_params (Optional[dict]): Additional parameters for the URL query string. Values can be strings, numbers, booleans, arrays thereof, or None.
193-
- expires_at_ms (Optional[int]): Timestamp in milliseconds since epoch when the signature is no longer valid. Defaults to 1 hour from now.
193+
- expires_at_ms (Optional[int]): Timestamp in milliseconds since UNIX epoch when the signature is no longer valid. Defaults to 1 hour from now.
194194
195195
:Returns:
196196
str: The signed Smart CDN URL

0 commit comments

Comments
 (0)