We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b79aea commit 881465eCopy full SHA for 881465e
core/base/SkillManager.py
@@ -63,6 +63,7 @@ def onStart(self):
63
64
# If it's the first time we start, don't delay skill install and do it on main thread
65
if not self.ConfigManager.getAliceConfigByName('skills'):
66
+ self.logInfo('Looks like a fresh install or skills were nuked. Let\'s install the basic skills!')
67
self._checkForSkillInstall()
68
69
self._skillInstallThread = self.ThreadManager.newThread(name='SkillInstallThread', target=self._checkForSkillInstall, autostart=False)
0 commit comments