mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-06-10 05:30:00 -05:00
Undo previous commits
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user