Spaces:
Running
Running
Update app2.py
Browse files
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:
|