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