From 32976b2638ad5cdf479f682d5e4bfc3bdf280a78 Mon Sep 17 00:00:00 2001 From: yakamok <38737288+yakamok@users.noreply.github.com> Date: Tue, 3 Jul 2018 01:43:35 +0200 Subject: [PATCH] Update send-view.py --- send-view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send-view.py b/send-view.py index 5bd0a2b..87c80f1 100644 --- a/send-view.py +++ b/send-view.py @@ -8,7 +8,7 @@ SERVER = "y.yakamo.org" #gives the option to get data from an external server instead and send that #if no options given it will default to localhost instead -if len(sys.argv) == 4: +if len(sys.argv) == 3: host_port = (sys.argv[1], sys.argv[2]) else: host_port = ('localhost', 9001)