Newsboy-VA / Newsboy-Core

A virtual assistant for use in homes, cars, robots...
GNU General Public License v3.0
6 stars 1 forks source link

Launcher script runs forever #6

Closed petern3 closed 7 years ago

petern3 commented 7 years ago

The launcher should close when the sub-processes close.

petern3 commented 7 years ago

I changed the launcher from using asyncio to subprocess. It works very nicely now!