Skip to content

Commit

Permalink
Test GPG key, emails should now match
Browse files Browse the repository at this point in the history
  • Loading branch information
baudneo committed May 24, 2024
1 parent f082bae commit 3db94f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cync-lan.py
Original file line number Diff line number Diff line change
Expand Up @@ -2159,7 +2159,6 @@ async def parse_packet(self, data: bytes):
f"{lp} Device sent BROADCAST STATUS packet => '{packet_data.hex(' ')}'"
)
for i in range(0, packet_length, struct_len):

extracted = packet_data[i: i + struct_len]
if extracted:
status_struct = extracted[3:11]
Expand Down

0 comments on commit 3db94f1

Please sign in to comment.