Skip to content

Commit

Permalink
last one
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Nov 11, 2023
1 parent 7c5949b commit f20f868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-api/livekit/api/access_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(
self.api_key = api_key # iss
self.api_secret = api_secret
self.claims = Claims()
if not api_key or not api_secret :
if not api_key or not api_secret:
raise ValueError("api_key and api_secret must be set")

# default jwt claims
Expand Down

0 comments on commit f20f868

Please sign in to comment.