diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 8267f00..cbf9dc3 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -24,11 +24,7 @@ class ManjaroHello(): self.default_locale = "en" # App vars - dev = False - for arg in sys.argv: - if arg == "--dev": - dev = True - + dev = "--dev" in sys.argv self.home_path = os.path.expanduser("~") self.config_path = self.home_path + "/.config/"