diff --git a/src/manjaro-hello.py b/src/manjaro-hello.py index 74b9c14..fe48e06 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -187,7 +187,7 @@ class ManjaroHello(): with open(filename, "r") as f: return f.read() except OSError as e: - return None + return "Can't load page." # Handlers def on_languages_changed(self, combobox):