Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|