Updated fenrir.service to play a little bit nicer with restarts and reloads, and updated setup.py as python-espeak is no longer found in pipi.

This commit is contained in:
jticket1024
2016-10-19 08:47:47 -08:00
parent b417aa67ac
commit e66fbc6b02
2 changed files with 4 additions and 3 deletions

View File

@ -42,7 +42,6 @@ setup(
install_requires=[
"evdev",
"sox",
"python-espeak"
],
)