gosign commited on
Commit
dae02d2
·
verified ·
1 Parent(s): acb2de2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def analyze():
120
 
121
 
122
  except Exception as e:
123
- print("Error": str(e))
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