Setup logger in panels

This commit is contained in:
Jordan Ruthe
2020-11-13 23:27:00 -05:00
parent b31817f42e
commit 0da4922fd0
12 changed files with 28 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ from gi.repository import Gtk, Gdk, GLib
from KlippyGtk import KlippyGtk
from panels.screen_panel import ScreenPanel
logger = logging.getLogger("KlipperScreen.PreheatPanel")
class PreheatPanel(ScreenPanel):
active_heaters = []