Forgot to fix CurrentObservations, whoops

This commit is contained in:
April 2022-11-13 17:34:27 -07:00
parent 66a769fe9f
commit ffb98eef8f
No known key found for this signature in database
GPG Key ID: 17A9A017FAA4DE5E

View File

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