summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index f830f56..f133692 100755
--- a/main.py
+++ b/main.py
@@ -25,7 +25,7 @@ def main():
MODE = CONFIG['opengnsys']['mode']
URL = CONFIG['opengnsys']['url']
- if MODE == 'linux':
+ if MODE == 'live':
proc = subprocess.Popen(["browser", "-qws", URL])
client = ogClient(config=CONFIG)