Temp_panel: Fix temps not updating after opening another instance

Fix #446
This commit is contained in:
alfrix 2022-01-23 13:18:36 -03:00
parent d8bc4747e8
commit 02c008de84
2 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,7 @@ class ScreenPanel:
self._gtk = screen.gtk
self.control = {}
self.title = title
self.devices = {}
self.layout = Gtk.Layout()
self.layout.set_size(self._screen.width, self._screen.height)

View File

@ -16,7 +16,6 @@ def create_panel(*args):
class TemperaturePanel(ScreenPanel):
active_heaters = []
devices = {}
graph_update = None
active_heater = None