Fixes
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user