From 2f797096d04eabb41bc29752a56a76d882cb3f8c Mon Sep 17 00:00:00 2001 From: justuser Date: Tue, 18 Jun 2024 13:50:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=BF=D0=BE?= =?UTF-8?q?=D1=80=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- interface.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d530271..63bd27a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ https://t.me/justuser31_chat 4. Клонировать репозиторий: `git clone https://github.com/Justuser3310/jetwork.git` 5. Запустить setup.py: `cd jetwork && python setup.py` 6. Запустить клиент: `python main.py` -7. Зайти на `http://127.0.0.1:9000` +7. Зайти на `http://127.0.0.1:5555`

@@ -45,7 +45,7 @@ https://t.me/justuser31_chat 3. Клонировать репозиторий: `git clone https://github.com/Justuser3310/jetwork.git` 4. Запустить setup.py: `cd jetwork && python setup.py` 5. Запустить клиент: `python main.py` -6. Зайти на `http://127.0.0.1:9000` +6. Зайти на `http://127.0.0.1:5555`

@@ -55,7 +55,7 @@ https://t.me/justuser31_chat 1. Выполнить шаги в начале работы до 5 включительно (Linux) или 4 (Windows) 2. Запустить серверный клиент: `python srv_main.py` ( Отключён скан портов, чтобы снизить нагрузку и избежать утечки памяти ) -3. Зайти на `http://127.0.0.1:9000` +3. Зайти на `http://127.0.0.1:5555`

diff --git a/interface.py b/interface.py index 2270e36..c384a56 100644 --- a/interface.py +++ b/interface.py @@ -56,5 +56,5 @@ def update_search(n): res.append(i) return res -#app.run(debug=True, port = 9000) -app.run(debug=False, port = 9000) +#app.run(debug=True, port = 5555) +app.run(debug=False, port = 5555)