diff --git a/1.1/test1.py b/1.1/test1.py index f89792e..1d1645f 100644 --- a/1.1/test1.py +++ b/1.1/test1.py @@ -145,7 +145,7 @@ def logs(): data = ErrorLog.query.all() return jsonify([{"source": l.source, "name": l.name, "reason": l.reason, "offset": l.offset, "latest_time": l.latest_time, "check_time": l.check_time, "content": l.content} for l in data]) -# + if __name__ == "__main__": app.run(debug=True, port=5000) \ No newline at end of file