Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -64,6 +64,8 @@ async def upload_file(username: str, file_to_process: FileToProcess = Depends())
|
|
| 64 |
api_call_msg={"INFO": f"File '{uploaded_file.filename}' saved to your profile."}
|
| 65 |
print(api_call_msg)
|
| 66 |
|
|
|
|
|
|
|
| 67 |
print("API call finished...")
|
| 68 |
|
| 69 |
#return {"INFO": f"File '{uploaded_file.filename}' saved to your profile."}
|
|
|
|
| 64 |
api_call_msg={"INFO": f"File '{uploaded_file.filename}' saved to your profile."}
|
| 65 |
print(api_call_msg)
|
| 66 |
|
| 67 |
+
print(api_call_msg["INFO"])
|
| 68 |
+
|
| 69 |
print("API call finished...")
|
| 70 |
|
| 71 |
#return {"INFO": f"File '{uploaded_file.filename}' saved to your profile."}
|