QuentinL52 commited on
Commit
4681c12
·
verified ·
1 Parent(s): 540593e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -53,7 +53,7 @@ async def parse_cv_endpoint(
53
  tmp_path = tmp.name
54
 
55
  try:
56
- result = await parse_cv(tmp_path, user_id)
57
  finally:
58
  if os.path.exists(tmp_path):
59
  os.remove(tmp_path)
 
53
  tmp_path = tmp.name
54
 
55
  try:
56
+ result = await parse_cv(tmp_path)
57
  finally:
58
  if os.path.exists(tmp_path):
59
  os.remove(tmp_path)