mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-05 10:28:10 +02:00
BlitzTUI debug added
This commit is contained in:
parent
ca59cb8776
commit
0a01812d57
@ -245,6 +245,8 @@ class AppWindow(QMainWindow):
|
||||
if self.rb_info.status != "ready":
|
||||
log.debug("skipping updating status_lnd --> no ready signal in info file")
|
||||
return
|
||||
else:
|
||||
log.debug("doing updating status_lnd / self.rb_info.status --> {}".format(self.rb_info.status))
|
||||
|
||||
# log.debug("update_status_lnd due: {}".format(self.status_lnd_due))
|
||||
if self.status_lnd_due <= self.uptime:
|
||||
@ -266,8 +268,10 @@ class AppWindow(QMainWindow):
|
||||
return
|
||||
|
||||
if self.rb_info.status != "ready":
|
||||
log.debug("skipping updating status_lnd --> no ready signal in info file")
|
||||
log.debug("skipping update_status_lnd_channels --> no ready signal in info file")
|
||||
return
|
||||
else:
|
||||
log.debug("doing update_status_lnd_channels / self.rb_info.status --> {}".format(self.rb_info.status))
|
||||
|
||||
# log.debug("update_status_lnd_channel due: {}".format(self.status_lnd_channel_due))
|
||||
if self.status_lnd_channel_due <= self.uptime:
|
||||
|
Loading…
x
Reference in New Issue
Block a user