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

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