Skip to content

Commit fe18ffa

Browse files
Update examples/sinch_events/server.py
Co-authored-by: Jean-Pierre Portier <141755467+JPPortier@users.noreply.github.com>
1 parent 69be481 commit fe18ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/sinch_events/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
config = load_config()
1919
port = int(config.get('SERVER_PORT') or 3001)
2020
numbers_webhooks_secret = config.get('NUMBERS_WEBHOOKS_SECRET')
21-
sms_sinch_event_secret = config.get('SMS_WEBHOOKS_SECRET')
21+
sms_sinch_event_secret = config.get('SMS_SINCH_EVENT_SECRET')
2222
conversation_webhooks_secret = config.get('CONVERSATION_WEBHOOKS_SECRET')
2323
sinch_client = get_sinch_client(config)
2424

0 commit comments

Comments
 (0)