From 3cb7933ce75d4e11e6a3408cab72b4b7fa38d8a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hamit=20=C5=9Eim=C5=9Fek?= <117159961+lightningcell@users.noreply.github.com> Date: Fri, 31 Oct 2025 23:58:18 +0300 Subject: [PATCH] Update run.py --- run.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run.py b/run.py index 3d45bd8..3738ecb 100644 --- a/run.py +++ b/run.py @@ -107,6 +107,9 @@ if __name__ == '__main__': # Run the application # Note: For production, use a proper WSGI server like Gunicorn + + # TÜRKÇE YORUMU FARK EDİP ISSUE OLUŞTURACAK MI ACABA + app.run( host='127.0.0.1', # Change to '0.0.0.0' if you need external access port=port,