Undo previous commits

This commit is contained in:
April
2022-11-13 17:19:09 -07:00
parent 08da432ea2
commit 4645bc5a53
13 changed files with 13 additions and 13 deletions

View File

@ -100,4 +100,4 @@ async def collect(radarType: str):
if radarType == "satrad":
commands.append( '<MSG><Exec workRequest="storePriorityImage(FileExtension=.tiff,File={0},Location=US,ImageType=SatRad,IssueTime=' + getTime(ts[i]) + ')"/></MSG>' )
await loop.run_in_executor(bit.sendFile([frames[i]], [commands[i]], 1, 0))
bit.sendFile([frames[i]], [commands[i]], 1, 0)