From 19e34ec06502ada052eab25bc956289720b66b34 Mon Sep 17 00:00:00 2001 From: YueL1331 <358700404@qq.com> Date: Tue, 6 Jan 2026 15:37:21 +0800 Subject: [PATCH] =?UTF-8?q?82=E7=BD=91=E9=A1=B5=E6=95=B0=E6=8D=AE=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E4=BB=A5=E5=8F=8A=E5=B1=8F=E8=94=BD=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.1/test1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.1/test1.py b/1.1/test1.py index 1d1645f..f89792e 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