From e9ba5e32a510f48f33736981bd525b153fe7b00e Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:53:39 +0330 Subject: [PATCH] Update app.py --- core/scripts/webpanel/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/webpanel/app.py b/core/scripts/webpanel/app.py index 9d04819..3458831 100644 --- a/core/scripts/webpanel/app.py +++ b/core/scripts/webpanel/app.py @@ -71,7 +71,7 @@ if __name__ == '__main__': config = Config() config.debug = CONFIGS.DEBUG - config.bind = ['127.0.0.1:8080'] + config.bind = ['127.0.0.1:28260'] config.accesslog = '-' config.errorlog = '-'