This commit is contained in:
2020-07-24 14:22:20 +01:00
parent 67fdd3e3b3
commit 6952d182c0
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ from flight.server import FlightServer
Width = 1920
Height = 1080
Height = 1200
MaskOuterRadius = 460
MaskInnerRadius = 400
BeadSeparation = 15
@ -48,4 +48,4 @@ EvenBeadColor = Color.white(0)
#server = FlightServer.ensure_threaded_instance()
client = FlightClient('http://duquesne.local:8888')
client = FlightClient() #'http://duquesne.local:8888')