mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-06-18 12:38:27 +03:00
import path fixes
This commit is contained in:
@@ -2,7 +2,6 @@ import asyncio
|
||||
import logging
|
||||
import struct
|
||||
|
||||
from ._aes import Cipher, algorithms, modes
|
||||
from typing import List, Optional
|
||||
from urllib.parse import urlencode
|
||||
|
||||
@@ -12,6 +11,7 @@ from .balancer import balancer
|
||||
from .config import proxy_config
|
||||
from .raw_websocket import RawWebSocket
|
||||
from .pool import cf_worker_pool
|
||||
from ._aes import Cipher, algorithms, modes
|
||||
|
||||
|
||||
log = logging.getLogger('tg-mtproto-proxy')
|
||||
|
||||
Reference in New Issue
Block a user