Stop logging decryption errors
This commit is contained in:
parent
9c5ca67d53
commit
734d9a2c75
|
@ -130,7 +130,6 @@ class common:
|
||||||
|
|
||||||
return unpadded.decode()
|
return unpadded.decode()
|
||||||
except BaseException as e:
|
except BaseException as e:
|
||||||
print(e)
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def wrap(self, text, target=None, b58=False, enc=False):
|
def wrap(self, text, target=None, b58=False, enc=False):
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with io.open('README.md', encoding='utf-8') as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(name='bwb',
|
setuptools.setup(name='bwb',
|
||||||
version='2.0.1',
|
version='2.0.2',
|
||||||
description='bwb',
|
description='bwb',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user