From ed088d94499bbb6097c5e9470d29b7b4cc8867ec Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Tue, 26 Jun 2018 20:21:51 +0500 Subject: [PATCH] revert the last commit --- mtprotoproxy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mtprotoproxy.py b/mtprotoproxy.py index e4e6f40..ba9cef8 100755 --- a/mtprotoproxy.py +++ b/mtprotoproxy.py @@ -745,6 +745,8 @@ async def handle_client(reader_clt, writer_clt): reader_clt, writer_clt, proto_tag, user, dc_idx, enc_key_and_iv = clt_data + update_stats(user, connects=1) + if not USE_MIDDLE_PROXY: if FAST_MODE: tg_data = await do_direct_handshake(proto_tag, dc_idx, dec_key_and_iv=enc_key_and_iv) @@ -757,8 +759,6 @@ async def handle_client(reader_clt, writer_clt): if not tg_data: return - update_stats(user, connects=1) - reader_tg, writer_tg = tg_data if not USE_MIDDLE_PROXY and FAST_MODE: