diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |