mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-13 20:40:36 +00:00
Remove another debug print, bump v1.10.4
This commit is contained in:
@@ -173,9 +173,6 @@ def compute_check(request: types.account.Password, password: str):
|
||||
if u > 0:
|
||||
return (a, a_for_hash, u)
|
||||
|
||||
print(A, 'bad for', p)
|
||||
time.sleep(1)
|
||||
|
||||
a, a_for_hash, u = generate_and_check_random()
|
||||
g_b = (B - kg_x) % p
|
||||
if not is_good_mod_exp_first(g_b, p):
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Versions should comply with PEP440.
|
||||
# This line is parsed in setup.py:
|
||||
__version__ = '1.10.3'
|
||||
__version__ = '1.10.4'
|
||||
|
||||
Reference in New Issue
Block a user