Og2 commited on
Commit
d8be9d6
·
verified ·
1 Parent(s): 9483e79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -632,6 +632,7 @@ async def upload_csv(
632
  try:
633
  csv_filename = Path(video_path).stem + ".csv"
634
  csv_path = UPLOAD_DIR / csv_filename
 
635
 
636
  if not csv_path.exists():
637
  raise HTTPException(status_code=404, detail="Le fichier CSV n'existe pas.")
 
632
  try:
633
  csv_filename = Path(video_path).stem + ".csv"
634
  csv_path = UPLOAD_DIR / csv_filename
635
+ print(csv_path)
636
 
637
  if not csv_path.exists():
638
  raise HTTPException(status_code=404, detail="Le fichier CSV n'existe pas.")