OpenVoiceOS / ovos-cli-client

Apache License 2.0
1 stars 2 forks source link

Setup the bus before connecting to it. #8

Closed gmsoft-tuxicoman closed 1 year ago

gmsoft-tuxicoman commented 1 year ago

This simple fix allow to see the "Connected to Messagebus!" log entry on the console.

It also removes the use of event_thread in simple_cli() as it's not defined since the global variable isn't imported.