Testys commited on
Commit
ebefc6a
·
verified ·
1 Parent(s): fcccf01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ alerter = get_alerter(config, secrets["gemini_api_key"])
35
  print("Initialization complete. Launching UI...")
36
 
37
  account_sid = os.environ.get("TURN_USERNAME")
38
- auth_token = os.environ.get("TURN_CREDENTIAL)
39
 
40
  if account_sid and auth_token:
41
  client = Client(account_sid, auth_token)
 
35
  print("Initialization complete. Launching UI...")
36
 
37
  account_sid = os.environ.get("TURN_USERNAME")
38
+ auth_token = os.environ.get("TURN_CREDENTIAL")
39
 
40
  if account_sid and auth_token:
41
  client = Client(account_sid, auth_token)