Skip to content

Commit

Permalink
fix the missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbers committed Feb 27, 2020
1 parent 76bc225 commit 8f48e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mtprotoproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8f48e9e

Please sign in to comment.