This commit is contained in:
2019-09-23 14:58:05 +01:00
parent 8039da3718
commit ea70fb6000
3 changed files with 17 additions and 15 deletions

View File

@ -4,6 +4,8 @@ from flight.client import *
from flight.server import FlightServer
Width = 1920
Height = 1080
MaskOuterRadius = 460
MaskInnerRadius = 400
BeadSeparation = 15
@ -45,5 +47,5 @@ OddBeadColor = Color.red(1)
EvenBeadColor = Color.white(0)
server = FlightServer.ensure_threaded_instance()
client = FlightClient('http://flight.local:8888')
#server = FlightServer.ensure_threaded_instance()
client = FlightClient() #'http://flight.local:8888')