Remove unused variables

This commit is contained in:
alfrix
2022-03-14 19:21:39 -03:00
committed by Alfredo Monclus
parent 5899c8feab
commit ee0cc9ca10
12 changed files with 10 additions and 25 deletions

View File

@@ -532,8 +532,6 @@ class TemperaturePanel(ScreenPanel):
def update_graph(self):
self.labels['da'].queue_draw()
alloc = self.labels['devices'].get_allocation()
alloc = self.labels['da'].get_allocation()
return True
def update_temp(self, device, temp, target):