Исправление багов

This commit is contained in:
justuser 2024-06-21 16:44:39 +03:00
parent 4eb0143970
commit 07954059e2
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ from threading import Thread
from time import sleep
from status import *
from db import read
global http_out ; http_out = None
def proxy_http(port):

View File

@ -21,7 +21,7 @@ print('''---
system('pip install -r requirements.txt')
print('''---
Скачиваем обратный прокси...
[2/3] Скачиваем обратный прокси...
---''')
if os == 'Linux':
download('https://github.com/ekzhang/bore/releases/download/v0.5.0/bore-v0.5.0-x86_64-unknown-linux-musl.tar.gz', 'bore.tar.gz')
@ -40,7 +40,7 @@ else:
exit()
print('''---
Создаём папки для работы...
[3/3] Создаём папки для работы...
---''')
system('mkdir cached')
system('mkdir verify')