Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 8f2dd4e

Browse files
committed
Fix sync-example.7.x syntax error
1 parent dfc4e09 commit 8f2dd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/access-tokens/sync-example/sync-example.7.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
account_sid = os.environ['TWILIO_ACCOUNT_SID']
88
api_key = os.environ['TWILIO_API_KEY']
99
api_secret = os.environ['TWILIO_API_KEY_SECRET']
10-
twilio_sync_service = os.environ[process.env.['TWILIO_SYNC_SERVICE_SID']
10+
twilio_sync_service = os.environ.process.env['TWILIO_SYNC_SERVICE_SID']
1111

1212
# required for Sync grant
1313
identity = 'user'

0 commit comments

Comments
 (0)