mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
fix the missing constant
This commit is contained in:
@@ -994,6 +994,7 @@ def gen_x25519_public_key():
|
||||
|
||||
|
||||
async def connect_reader_to_writer(reader, writer):
|
||||
BUF_SIZE = 8192
|
||||
try:
|
||||
while True:
|
||||
data = await reader.read(BUF_SIZE)
|
||||
|
||||
Reference in New Issue
Block a user