From d75f064b6c06c632213a573cdc239f4ef5c3a266 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Wed, 8 Apr 2020 13:36:23 -0600 Subject: [PATCH] rename hwtest.py to server.py --- Software/python/run.sh | 2 +- Software/python/{hwtest.py => server.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Software/python/{hwtest.py => server.py} (100%) 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