You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this method is internal and not supposed to be used by Mopidy extensions, I recommend using other means for stopping Mopidy, similar to your methods for shutting down the device with os.system().
If mopidy/mopidy#1173 is merged, Mopidy-TtsGpio will break with Mopidy 1.1.
The text was updated successfully, but these errors were encountered:
Mopidy-TtsGpio is using the internal function
mopidy.utils.process.exit_process()
in one place:As this method is internal and not supposed to be used by Mopidy extensions, I recommend using other means for stopping Mopidy, similar to your methods for shutting down the device with
os.system()
.If mopidy/mopidy#1173 is merged, Mopidy-TtsGpio will break with Mopidy 1.1.
The text was updated successfully, but these errors were encountered: