From 67fdd3e3b39b5dfe5d8b5a7ea5dfd9b0b11157e5 Mon Sep 17 00:00:00 2001 From: Jonathan Hogg Date: Mon, 23 Sep 2019 15:22:00 +0100 Subject: [PATCH] Fixes --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 7f5554b..53365f3 100644 --- a/constants.py +++ b/constants.py @@ -48,4 +48,4 @@ EvenBeadColor = Color.white(0) #server = FlightServer.ensure_threaded_instance() -client = FlightClient() #'http://flight.local:8888') +client = FlightClient('http://duquesne.local:8888')