Skip to content

Commit d41486a

Browse files
committed
format
1 parent 7ed861e commit d41486a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuclia/lib/nua_chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _parse_token(token: str):
5858
if token_expire_ts >= 32536850400:
5959
# sc-11523
6060
token_expire_ts = 32536850399
61-
61+
6262
expiration_date = datetime.fromtimestamp(token_expire_ts, tz=timezone.utc)
6363
return regional_url, expiration_date
6464

0 commit comments

Comments
 (0)