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

@ -83,7 +83,7 @@ async def makeRecord():
file = "./.temp/TidesForecast.gz"
command = '<MSG><Exec workRequest="storeData(File={0},QGROUP=__TidesForecast__,Feed=TidesForecast)" /><GzipCompressedMsg fname="TidesForecast" /></MSG>'
await loop.run_in_executor(None, bit.sendFile([file], [command], 1, 0))
bit.sendFile([file], [command], 1, 0)
remove('./.temp/TidesForecast.i2m')
remove('./.temp/TidesForecast.gz')