mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 23:10:59 -04:00
Added missing error log
This commit is contained in:
parent
9fe7632e8f
commit
feddcfc639
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ class SidebandCore():
|
|||
if context_dest == self.lxmf_destination.hash and limit == 1:
|
||||
try:
|
||||
return [[self.latest_telemetry["time"]["utc"], self.latest_packed_telemetry]]
|
||||
except:
|
||||
except Exception as e:
|
||||
RNS.log("An error occurred while retrieving telemetry from the database: "+str(e), RNS.LOG_ERROR)
|
||||
return []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue