serJD commited on
Commit
744d282
·
verified ·
1 Parent(s): ad0b5fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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