diff --git a/app.py b/app.py index 694b442..ec52876 100644 --- a/app.py +++ b/app.py @@ -65,7 +65,7 @@ def token(): identity = fake.user_name() # Create access token with credentials - token = AccessToken(account_sid, api_key, api_secret, identity) + token = AccessToken(account_sid, api_key, api_secret, identity=identity) # Create a Sync grant and add to token if sync_service_sid: