MustafaTanguner / Mnemonic

Mnemonic Cryptography
GNU General Public License v3.0
16 stars 4 forks source link

ValueError: (4300) fixed! #4

Open ransomsec opened 1 year ago

ransomsec commented 1 year ago

Value exceed Error Fixed: ValueError: Exceeds the limit (4300) for integer string conversion

In line 132 add this code:

>>>  sys.set_int_max_str_digits(6000)