fix bootloop with python 3.7 fixes #817

This commit is contained in:
alfrix 2022-11-26 19:01:12 -03:00
parent a61a74d7bf
commit 17cae91708

View File

@ -45,7 +45,6 @@ class KlippyGtk:
else:
self.action_bar_width = int(self.width * .1)
self.action_bar_height = int(self.height)
logging.info(f"{self.action_bar_width=}")
self.color_list = {} # This is set by screen.py init_style()
for key in self.color_list: