From 5b0ad45cb943c5a324ce56a8ffd452241ae4a49b Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Mon, 19 Aug 2019 04:56:37 +0500 Subject: [PATCH] cosmetic fix --- mtprotoproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtprotoproxy.py b/mtprotoproxy.py index 944d039..7d48130 100755 --- a/mtprotoproxy.py +++ b/mtprotoproxy.py @@ -1744,8 +1744,8 @@ def print_tg_info(): if secret in ["00000000000000000000000000000000", "0123456789abcdef0123456789abcdef"]: msg = "The default secret {} is used, this is not recommended".format(secret) - random_secret = "".join(random.choice("0123456789abcdef") for i in range(32)) print(msg, flush=True) + random_secret = "".join(random.choice("0123456789abcdef") for i in range(32)) print("You can use this random secret instead:", random_secret) print_default_warning = True