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