Remove another debug print, bump v1.10.4

This commit is contained in:
Lonami Exo 2019-09-21 18:21:09 +02:00
parent 8d5a7c6ffb
commit 4f6e5c5f5a
3 changed files with 7 additions and 8 deletions

View File

@ -140,10 +140,12 @@ def generate(which, action='gen'):
gen_json(*fs)
if which:
print('The following items were not understood:', which)
print(' Consider using only "tl", "errors" and/or "docs".')
print(' Using only "clean" will clean them. "all" to act on all.')
print(' For instance "gen tl errors".')
print(
'The following items were not understood:', which,
'\n Consider using only "tl", "errors" and/or "docs".'
'\n Using only "clean" will clean them. "all" to act on all.'
'\n For instance "gen tl errors".'
)
def main():

View File

@ -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):

View File

@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.10.3'
__version__ = '1.10.4'