Skip to content

Commit

Permalink
fix shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 10, 2024
1 parent 86d412f commit e954576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ovos_core/intent_services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,8 @@ def shutdown(self):
self.utterance_plugins.shutdown()
self.metadata_plugins.shutdown()
self._adapt_service.shutdown()
self._padacioso_service.shutdown()
if self._padacioso_service:
self._padacioso_service.shutdown()
if self._padatious_service:
self._padatious_service.shutdown()
self._common_qa.shutdown()
Expand Down

0 comments on commit e954576

Please sign in to comment.