mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-01-18 17:08:48 +00:00
Смена порта
This commit is contained in:
parent
cd8c321aec
commit
2f797096d0
@ -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`
|
||||
|
||||
<br>
|
||||
<br>
|
||||
@ -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`
|
||||
|
||||
<br>
|
||||
<br>
|
||||
@ -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`
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user