From ecb199bf5062d92607b5dd8cd38e95f0f25d87f5 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Sat, 7 Oct 2017 18:54:24 +0200 Subject: [PATCH] Add a comment --- src/manjaro_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 7f73d77..a3c4a1d 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -17,7 +17,7 @@ class Hello(): def __init__(self): self.app = "manjaro-hello" - self.dev = "--dev" in sys.argv + self.dev = "--dev" in sys.argv # Dev mode activated ? # Load preferences if self.dev: