This commit is contained in:
paul-loedige
2021-03-15 17:32:09 +01:00
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class MemoryC(widget.base.ThreadPoolText):
]
def __init__(self, **config):
super().__init__("",**config)
super().__init__("", **config)
self.add_defaults(MemoryC.defaults)
def poll(self):