1
0
This commit is contained in:
ThomasV
2017-10-22 15:14:09 +02:00
parent 02cd5497eb
commit 7cf075c754
2 changed files with 1 additions and 2 deletions

View File

@@ -61,7 +61,6 @@ class ScanQRTextEdit(ButtonsTextEdit, MessageBoxMixin):
except BaseException as e:
self.show_error(str(e))
data = ''
data = str(data)
self.setText(data)
return data