Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -164,6 +164,8 @@ async def update_streams(request: Request):
|
|
164 |
print("============= payload =============")
|
165 |
print(payload)
|
166 |
print("============= payload =============")
|
|
|
|
|
167 |
|
168 |
payload = payload["payload"]
|
169 |
# Check if the payload structure matches the expected format
|
|
|
164 |
print("============= payload =============")
|
165 |
print(payload)
|
166 |
print("============= payload =============")
|
167 |
+
print(config)
|
168 |
+
print("============= config =============")
|
169 |
|
170 |
payload = payload["payload"]
|
171 |
# Check if the payload structure matches the expected format
|