print tuple ip

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-13 17:10:24 +01:00
parent 36e92d2991
commit 27410acb97
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ artNet = Artnet.Artnet(BINDIP = get_eth0_ip(), DEBUG = True, SHORTNAME = "PiXelT
tuple_ip = tuple(str(get_eth0_ip()).split(".")[:-1])+(6454,) tuple_ip = tuple(str(get_eth0_ip()).split(".")[:-1])+(6454,)
print(tuple_ip)
artNet.art_pol_reply(tuple_ip) artNet.art_pol_reply(tuple_ip)
while True: while True:
try: try: