fixed tuple

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-13 17:02:58 +01:00
parent 70f96568d8
commit 6ef512f1a5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ artnetUniverse = 0
# Creates Artnet socket on the selected IP and Port
artNet = Artnet.Artnet(BINDIP = get_eth0_ip(), DEBUG = True, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", REFRESH = 60)
artNet.art_pol_reply((10,0,0,228))
artNet.art_pol_reply(("10","0","0","228"))
while True:
try:
# Gets whatever the last Art-Net packet we received is