From 9b8d9dac2ccb6cb1d3471736cdca7ac03d6dffe0 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Sat, 8 Jun 2024 20:28:00 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=A9=E3=81=AEIP=E3=81=8B=E3=82=89=E3=82=82?= =?UTF-8?q?=E5=BF=9C=E7=AD=94=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB?= 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 0f28ec4..ac27723 100644 --- a/dislocker_auth.py +++ b/dislocker_auth.py @@ -56,4 +56,4 @@ def verify(): return render_template("verify.html"), jsonify({'message': 'damedesu'}), 401 if __name__ == '__main__': - app.run() \ No newline at end of file + app.run(host="0.0.0.0", port=5000, debug=True) \ No newline at end of file