Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -392,7 +392,7 @@ async def initiate_upload(cookies: Dict[str, str], filename: str, content_type:
|
|
392 |
'Sec-GPC': '1',
|
393 |
'Priority': 'u=1, i'
|
394 |
})
|
395 |
-
|
396 |
print(f'Initiate upload response headers: {response.headers}')
|
397 |
print(f'Response body: {response.text}')
|
398 |
return response.json()
|
|
|
392 |
'Sec-GPC': '1',
|
393 |
'Priority': 'u=1, i'
|
394 |
})
|
395 |
+
print(f'Initiate upload response status: {response.status_code}')
|
396 |
print(f'Initiate upload response headers: {response.headers}')
|
397 |
print(f'Response body: {response.text}')
|
398 |
return response.json()
|