From cbff745300b64470d17e8ac84e35502309276f57 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Tue, 3 Mar 2020 00:02:46 -0700 Subject: [PATCH] update run.sh to allow 192.168.4.1 --- Software/python/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/python/run.sh b/Software/python/run.sh index c1886a9..7cc0720 100755 --- a/Software/python/run.sh +++ b/Software/python/run.sh @@ -1,4 +1,4 @@ # TODO: replace this origin with something generated from IP address -export BOKEH_ALLOW_WS_ORIGIN=192.168.0.58:5006 +export BOKEH_ALLOW_WS_ORIGIN=192.168.4.1:5006 bokeh serve hwtest.py \ No newline at end of file