change except

This commit is contained in:
Hans P. Möller 2020-09-18 18:12:16 -03:00
parent e80c5d6f55
commit aa7e95cabc

View File

@ -108,7 +108,7 @@ class MainWindow(QWidget):
qDebug(actual)
try:
actual = int(actual)
except ValueError:
except:
actual = 99
qDebug(str(actual))
return actual