From a10f5c47e904747fcf45e5c03281b9109fea57a7 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Sat, 10 Aug 2024 18:21:35 +0900 Subject: [PATCH] =?UTF-8?q?Flask=E3=81=AE=E3=83=87=E3=83=90=E3=83=83?= =?UTF-8?q?=E3=82=B0=E3=83=A2=E3=83=BC=E3=83=89=E3=82=92=E6=98=8E=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E3=81=AB=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dislocker_auth.py b/dislocker_auth.py index 4e46ea8..9db2056 100644 --- a/dislocker_auth.py +++ b/dislocker_auth.py @@ -115,4 +115,4 @@ def stop(): if __name__ == '__main__': - app.run(host="0.0.0.0", port=5000, debug=True) \ No newline at end of file + app.run(host="0.0.0.0", port=5000, debug=False) \ No newline at end of file