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