diff --git a/lubuntubreeze/breezeconfig.py b/lubuntubreeze/breezeconfig.py index 717b4e3..6926990 100755 --- a/lubuntubreeze/breezeconfig.py +++ b/lubuntubreeze/breezeconfig.py @@ -108,7 +108,7 @@ class MainWindow(QWidget): qDebug(actual) try: actual = int(actual) - except ValueError: + except: actual = 99 qDebug(str(actual)) return actual