diff --git a/elgato.py b/elgato.py index 331e27a..0e66990 100644 --- a/elgato.py +++ b/elgato.py @@ -11,9 +11,13 @@ if sys.argv[1] == 'bright': print('bright') left.brightness(100) right.brightness(100) + left.color(3500) + right.color(2900) else: print('dim') left.brightness(5) right.brightness(5) + left.color(2900) + right.color(2900) #print(myLight) #myLight.on()