5m4ck3r commited on
Commit
41107c4
·
verified ·
1 Parent(s): 35c0b71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,6 +81,6 @@ def getSolution_from_query():
81
  return jsonify(
82
  {
83
  "status" : False,
84
- "msg" : "Something error has occur"
85
  }
86
  )
 
81
  return jsonify(
82
  {
83
  "status" : False,
84
+ "msg" : f"Something error has occur, {traceback.format_exc()}"
85
  }
86
  )