Skip to content

Commit

Permalink
test/test_model: Update EtherbonePacket.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Nov 10, 2023
1 parent f3f0486 commit 4eec841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def test_etherbone(self):
#sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
#sock.sendto(bytes(packet), ("192.168.1.1", 20000))

packet = EtherbonePacket(packet)
packet = EtherbonePacket(init=packet)
packet.encoded = True
packet.decode()
print(packet)
Expand Down

0 comments on commit 4eec841

Please sign in to comment.