Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-15 21:16:41 +01:00
parent 82753a43af
commit 56fbe72832
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def get_eth0_ip():
print(f"Error getting eth0 IP: {e}")
exit
artnetBindIP = str(get_eth0_ip)
artnetBindIP = "10.0.0.150"
artnet = Artnet.Artnet(BINDIP = artnetBindIP, DEBUG = True, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", PORT = 6454)