Skip to content

Commit

Permalink
remove install dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 30, 2023
1 parent 855db73 commit 0bb367f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
32 changes: 31 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
dev.env
.dev_opts.json
.idea
*.code-workspace
*.pyc
settings.json
*.swp
*~
mimic
/skills
pocketsphinx-python
*.egg-info/
build
dist
tornado.web
tornado.ioloop
mycroft/__version__.py
scripts/logs/*
logs/*
.coverage
/htmlcov
test/audio_accuracy/data
scripts/*.screen
doc/_build/
.installed
.mypy_cache
.vscode
.theia
.venv/

# Created by unit tests
test/unittests/skills/test_skill/settings.json
test_conf.json
.pytest_cache/
6 changes: 0 additions & 6 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ def initialize(self):

self.register_with_PHAL()

# on install
def get_intro_message(self):
# welcome dialog on skill install
self.speak_dialog("intro",
{"skill_name": camel_case_split(self.__class__.__name__)})

# idle screen
def update_picture(self, query=None):
data = {}
Expand Down
1 change: 0 additions & 1 deletion locale/en-us/intro.dialog

This file was deleted.

0 comments on commit 0bb367f

Please sign in to comment.