From ffb98eef8f4847f64bbffa208358b183e3178624 Mon Sep 17 00:00:00 2001 From: April Date: Sun, 13 Nov 2022 17:34:27 -0700 Subject: [PATCH] Forgot to fix CurrentObservations, whoops --- recordGenerators/CurrentObservations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recordGenerators/CurrentObservations.py b/recordGenerators/CurrentObservations.py index b41da7a..eb75f68 100644 --- a/recordGenerators/CurrentObservations.py +++ b/recordGenerators/CurrentObservations.py @@ -92,7 +92,7 @@ async def makeDataFile(): command = commands.append('') 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")