Update app.py
Browse files
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)
|