iShare commited on
Commit
5189e82
1 Parent(s): 43a47b5

Update main.py

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