fix(rx): receiver improvements
This commit is contained in:
@@ -37,5 +37,5 @@ received = asyncio.run(tcp_client())
|
||||
|
||||
|
||||
|
||||
with open("rx_packets.json") as packetfile:
|
||||
with open("rx_packets.json", mode="w") as packetfile:
|
||||
json.dump(received, packetfile)
|
||||
|
||||
Reference in New Issue
Block a user