Fix missing parameter

This commit is contained in:
Renee Harke 2021-12-12 16:23:34 -05:00
parent 7dadd9c75b
commit 6acd9208c3
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ def read3(dataport, addr, d):
def write(dataport, addr, d):
global packet
d = dataport.recvmore(BLKSZ + 4)
d = dataport.recvmore(d, BLKSZ + 4)
if d[1] == 0x02:
file = file1