1
0

allow spaces in private keys (fix #1602)

This commit is contained in:
ThomasV
2016-10-22 10:06:51 +02:00
parent 23c8684448
commit ac59296846
5 changed files with 36 additions and 19 deletions

View File

@@ -49,12 +49,6 @@ expiration_values = [
]
def clean_text(seed_e):
text = unicode(seed_e.toPlainText()).strip()
text = ' '.join(text.split())
return text
class Timer(QThread):
stopped = False