removed thing that was throwing an error on neon

This commit is contained in:
Rudis Muiznieks 2023-04-12 08:07:20 -05:00
parent 9e3d30f634
commit 1e643260ed
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 1 additions and 1 deletions

View File

@ -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>