Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def analyze():
|
|
120 |
|
121 |
|
122 |
except Exception as e:
|
123 |
-
print("Error"
|
124 |
return jsonify({"error": str(e)}), 500
|
125 |
|
126 |
|
|
|
120 |
|
121 |
|
122 |
except Exception as e:
|
123 |
+
print("Error", str(e), flush=True)
|
124 |
return jsonify({"error": str(e)}), 500
|
125 |
|
126 |
|