Skip to content

Commit

Permalink
Update stupidArtnet/StupidArtnet.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kacper516 and coderabbitai[bot] authored Feb 14, 2024
1 parent a2bec3c commit 38eb32b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stupidArtnet/StupidArtnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ def send_artsync(self):
except socket.error as error:
print(f"ERROR: Socket error with exception: {error}")
finally:
self.sequence = (self.sequence + 1) % 256


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

0 comments on commit 38eb32b

Please sign in to comment.