From 465900988aafd32e4a3df9cea0397122f6b1b31f Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 1 Sep 2016 14:27:04 +0200 Subject: Allow setting Voctogui-Host per Commandline, fixes #88 --- voctogui/voctogui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctogui/voctogui.py') diff --git a/voctogui/voctogui.py b/voctogui/voctogui.py index 6611480..9ae3af5 100755 --- a/voctogui/voctogui.py +++ b/voctogui/voctogui.py @@ -109,7 +109,7 @@ def main(): # establish a synchronus connection to server Connection.establish( - Config.get('server', 'host')) + Args.host if Args.host else Config.get('server', 'host')) # fetch config from server Config.fetchServerConfig() -- cgit v1.2.3