diff --git a/mtprotoproxy.py b/mtprotoproxy.py index 84b4d35..95352b7 100755 --- a/mtprotoproxy.py +++ b/mtprotoproxy.py @@ -243,7 +243,7 @@ def print_tg_info(): "server": my_ip, "port": PORT, "secret": secret } params_encodeded = urllib.parse.urlencode(params, safe=':') - print("{}: tg://proxy?{}".format(user, params_encodeded, flush=True)) + print("{}: tg://proxy?{}".format(user, params_encodeded), flush=True) def main():