mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Remove another debug print, bump v1.10.4
This commit is contained in:
parent
8d5a7c6ffb
commit
4f6e5c5f5a
10
setup.py
10
setup.py
|
@ -140,10 +140,12 @@ def generate(which, action='gen'):
|
||||||
gen_json(*fs)
|
gen_json(*fs)
|
||||||
|
|
||||||
if which:
|
if which:
|
||||||
print('The following items were not understood:', which)
|
print(
|
||||||
print(' Consider using only "tl", "errors" and/or "docs".')
|
'The following items were not understood:', which,
|
||||||
print(' Using only "clean" will clean them. "all" to act on all.')
|
'\n Consider using only "tl", "errors" and/or "docs".'
|
||||||
print(' For instance "gen tl errors".')
|
'\n Using only "clean" will clean them. "all" to act on all.'
|
||||||
|
'\n For instance "gen tl errors".'
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
|
@ -173,9 +173,6 @@ def compute_check(request: types.account.Password, password: str):
|
||||||
if u > 0:
|
if u > 0:
|
||||||
return (a, a_for_hash, u)
|
return (a, a_for_hash, u)
|
||||||
|
|
||||||
print(A, 'bad for', p)
|
|
||||||
time.sleep(1)
|
|
||||||
|
|
||||||
a, a_for_hash, u = generate_and_check_random()
|
a, a_for_hash, u = generate_and_check_random()
|
||||||
g_b = (B - kg_x) % p
|
g_b = (B - kg_x) % p
|
||||||
if not is_good_mod_exp_first(g_b, p):
|
if not is_good_mod_exp_first(g_b, p):
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Versions should comply with PEP440.
|
# Versions should comply with PEP440.
|
||||||
# This line is parsed in setup.py:
|
# This line is parsed in setup.py:
|
||||||
__version__ = '1.10.3'
|
__version__ = '1.10.4'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user