ha1772007 commited on
Commit
bba3a29
·
verified ·
1 Parent(s): 01e13b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ def home():
22
 
23
  except:
24
  toreturn = json.dumps(load,indent=4)
 
25
  return toreturn
26
  except Exception as e:
27
  return str(e)
 
22
 
23
  except:
24
  toreturn = json.dumps(load,indent=4)
25
+ print(toreturn)
26
  return toreturn
27
  except Exception as e:
28
  return str(e)