diff --git a/Software/python/run.sh b/Software/python/run.sh index 5c8dae0..948fbf3 100755 --- a/Software/python/run.sh +++ b/Software/python/run.sh @@ -3,4 +3,4 @@ # TODO: replace this origin with something generated from IP address export BOKEH_ALLOW_WS_ORIGIN=192.168.4.1:5006 -bokeh serve hwtest.py +bokeh serve server.py diff --git a/Software/python/hwtest.py b/Software/python/server.py similarity index 100% rename from Software/python/hwtest.py rename to Software/python/server.py