Fix syntax of previous commit

This commit is contained in:
April
2022-11-13 17:11:55 -07:00
parent 2936a64cff
commit 08da432ea2
12 changed files with 12 additions and 12 deletions

View File

@ -89,7 +89,7 @@ async def makeDataFile():
command = commands.append('<MSG><Exec workRequest="storeData(File={0},QGROUP=__HourlyForecast__,Feed=HourlyForecast)" /><GzipCompressedMsg fname="HourlyForecast" /></MSG>')
numFiles = len(files)
await loop.run_in_executor(bit.sendFile(files, commands, numFiles, 0))
await loop.run_in_executor(None, bit.sendFile(files, commands, numFiles, 0))
os.remove("./.temp/HourlyForecast.i2m")
os.remove("./.temp/HourlyForecast.gz")