Formatting broke the merge

This commit is contained in:
2017-02-09 00:50:26 +01:00

2
app.py
View File

@@ -146,6 +146,6 @@ def get_uptimesLoad():
return jsonify( {'Load': up.load} )
if __name__ == '__main__':
app.run(host="0.0.0.0",port=63590, debug=True)