acecalisto3 commited on
Commit
e04434f
·
verified ·
1 Parent(s): 5798d9f

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +2 -1
app2.py CHANGED
@@ -978,7 +978,8 @@ class FileProcessor:
978
  "filename": os.path.basename(file_path),
979
  "error": f"Error processing media file: {str(e)}",
980
  "timestamp": datetime.now().isoformat()
981
-
 
982
  # QRProcessor class
983
  # =================
984
  class QRProcessor:
 
978
  "filename": os.path.basename(file_path),
979
  "error": f"Error processing media file: {str(e)}",
980
  "timestamp": datetime.now().isoformat()
981
+ }]
982
+
983
  # QRProcessor class
984
  # =================
985
  class QRProcessor: