Disable status polling

This commit is contained in:
Martin Muehlhaeuser 2018-03-08 10:22:42 +00:00
parent 83df45f693
commit e527fc7c4c
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ class KlipperPlugin(
#-- Event Handler Plugin
def on_event(self, event, payload):
self.pollStatus()
if "Connecting" == event:
self.updateStatus("info", "Connecting ...")
elif "Connected" == event: