We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2e921 commit 0885b6dCopy full SHA for 0885b6d
Backend/core/comms.py
@@ -242,6 +242,7 @@ def fs_down_callback(self, data):
242
243
244
telemetry = Telemetry()
245
+set_format(config.DATAFORMAT_PATH)
246
p = Process(target=sync, args=[telemetry.fs_down_callback])
247
248
# kill child process when parent received SIGINT
@@ -257,7 +258,6 @@ def start_comms():
257
258
# start file sync
259
p.start()
260
- set_format(config.DATAFORMAT_PATH)
261
262
# Start two live comm channels
263
vps_thread = threading.Thread(target=lambda : asyncio.run(telemetry.remote_db_fetch(config.VPS_URL)))
0 commit comments