From 013c999152b7fdc78046905584ecd3e1dc0831f2 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 22 Oct 2023 18:14:20 +0200 Subject: [PATCH] Cleanup --- sbapp/main.py | 2 +- sbapp/sideband/core.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sbapp/main.py b/sbapp/main.py index e49ebe0..a1ea5b5 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -1,4 +1,4 @@ -__debug_build__ = True +__debug_build__ = False __disable_shaders__ = False __version__ = "0.6.3" __variant__ = "beta" diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index 0e28f76..61dcfe3 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -832,6 +832,7 @@ class SidebandCore(): time.sleep(0.01) if get_thread.is_alive(): + RNS.log("GETSTATE TIMED OUT, STILL WAITING!", RNS.LOG_WARNING) return self.getstate_cache[prop] else: return self.getstate_cache[prop] @@ -2365,7 +2366,7 @@ class SidebandCore(): if send_telemetry: # TODO: REMOVE - RNS.log("Sending telemetry: "+str(self.latest_packed_telemetry), RNS.LOG_WARNING) + RNS.log("Sending telemetry", RNS.LOG_WARNING) fields[LXMF.FIELD_TELEMETRY] = self.latest_packed_telemetry return fields