From 13b15c66e871e89f1c3dd5de54b40861792d0a86 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Thu, 25 Aug 2022 11:19:45 -0400 Subject: [PATCH] changing ip addresses --- elgato.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elgato.py b/elgato.py index 9cdf974..43acde9 100644 --- a/elgato.py +++ b/elgato.py @@ -4,8 +4,8 @@ import leglight # print(allLights) # for light in allLights: # light.off() -left = leglight.LegLight('192.168.68.100',9123) -right = leglight.LegLight('192.168.68.101',9123) +left = leglight.LegLight('192.168.68.109',9123) +right = leglight.LegLight('192.168.68.110',9123) if sys.argv[1] == 'brighten': print('bright')