summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.py b/main.py
index 3df7f10..a67362d 100755
--- a/main.py
+++ b/main.py
@@ -26,9 +26,6 @@ def main():
url = ogconfig.get_value_section('opengnsys', 'url')
mode = ogconfig.get_value_section('opengnsys', 'mode')
- if mode == 'linux':
- proc = subprocess.Popen(["browser", "-qws", url])
-
client = ogClient(ip, int(port), mode)
client.connect()
client.run()