Skip to content

Commit

Permalink
Deleted unnecesary finally block
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper516 committed Feb 14, 2024
1 parent 38eb32b commit 93ec1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stupidArtnet/StupidArtnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def send_artsync(self):
self.socket_client.sendto(packet, (self.target_ip, self.UDP_PORT))
except socket.error as error:
print(f"ERROR: Socket error with exception: {error}")
finally:


def show(self):
"""Finally send data."""
Expand Down

0 comments on commit 93ec1a5

Please sign in to comment.