mycroft-core/mycroft/skills
Åke Forslund 202cc94262 Fix uploading settings meta
This changes the order so the started flag is set before the settingsmeta
the send() method is called.

The send() method now exits if the started flag isn't set causing the
skill settings not to be uploaded
2020-04-20 09:57:03 +02:00
..
mycroft_skill Add skill to speak meta information 2020-03-23 11:41:13 +01:00
__init__.py
__main__.py
audioservice.py Reduce timeout for track info response 2020-04-02 19:18:17 +02:00
common_iot_skill.py common iot message context 2020-02-15 15:35:43 +01:00
common_play_skill.py common iot message context 2020-02-15 15:35:43 +01:00
common_query_skill.py
context.py
core.py
event_scheduler.py
fallback_skill.py
intent_service.py Merge pull request #2503 from forslund/bugfix/converse-error 2020-04-02 07:45:00 +02:00
intent_service_interface.py cleanup 2020-02-24 08:23:35 +01:00
msm_wrapper.py
padatious_service.py Override make_active for padatious 2020-03-15 19:23:25 +01:00
settings.py remove deprecated Settings class and any code in core that references it. 2020-02-27 08:07:07 +01:00
skill_data.py
skill_loader.py remove deprecated Settings class and any code in core that references it. 2020-02-27 08:07:07 +01:00
skill_manager.py Fix uploading settings meta 2020-04-20 09:57:03 +02:00
skill_updater.py