removed thing that was throwing an error on neon
This commit is contained in:
parent
9e3d30f634
commit
1e643260ed
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class MeetingModeSkill(MycroftSkill):
|
|||
@intent_handler(IntentBuilder('handle_do_not_disturb_intent').require('do-not-disturb'))
|
||||
def handle_do_not_disturb_intent(self, message):
|
||||
self.gui.clear()
|
||||
self.enclosure.display_manager.remove_active()
|
||||
#self.enclosure.display_manager.remove_active()
|
||||
html = """<!doctype html>
|
||||
<html language='en'>
|
||||
<head>
|
||||
|
|
Loading…
Reference in a new issue