Skip to content

Commit

Permalink
remove conflicting test code
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Oct 29, 2023
1 parent 67fa543 commit c54a8af
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,13 +461,12 @@ def _set_user_neon_tts_settings(self) -> None:
NGIConfig("ngi_local_config").update_keys(neon_config)


if __name__ == "__main__":
from ovos_workshop.skill_launcher import SkillLoader
from ovos_bus_client.client import MessageBusClient

bus = MessageBusClient("localhost")
bus.run_forever_in_thread()
skill_loader = SkillLoader(bus, "skill-device_controls.neongeckocom")
skill_loader.load()
skill = skill_loader.instance
print("break")
# if __name__ == "__main__":
# from ovos_workshop.skill_launcher import SkillLoader
# from ovos_utils.messagebus import get_mycroft_bus

# bus = get_mycroft_bus()
# skill_loader = SkillLoader(bus, "skill-device_controls.neongeckocom")
# skill_loader.load()
# skill = skill_loader.instance
# print("break")

0 comments on commit c54a8af

Please sign in to comment.