summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-06-05 13:23:46 +0200
committerRoberto Hueso Gómez <rhueso@soleta.eu>2020-06-05 14:55:10 +0200
commit1377aceec23fdb0efc4e1406ee308e1377d36065 (patch)
treee4bd5706cc2bc713d02d90e531c819e21afbb67f /main.py
parentd7b7b0b17571c7e36b69314b28dc1ea3a43c2215 (diff)
Rename 'linux' mode to 'live' mode
'linux' represents ogLive mode that is the reason for the rename.
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)