fixed tuple

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-13 17:06:39 +01:00
parent d9cfdaacd0
commit 25cc3f11e4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ artNet = Artnet.Artnet(BINDIP = get_eth0_ip(), DEBUG = True, SHORTNAME = "PiXelT
tuple_ip = tuple(str(get_eth0_ip()).split(".")[:-1])
artNet.art_pol_reply(tuple_ip, 6454)
artNet.art_pol_reply(tuple_ip)
while True:
try:
# Gets whatever the last Art-Net packet we received is