Skip to content

Commit

Permalink
Merge pull request #22 from opsdroid/pass-build
Browse files Browse the repository at this point in the history
Get builds passing
  • Loading branch information
jacobtomlinson committed Mar 25, 2017
2 parents e268af3 + afd6522 commit 45bf3da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion opsdroidaudio/__main__.py
Expand Up @@ -94,7 +94,8 @@ def load_model(self):
return model
else:
self.critical(
"Unable to find hotword {}".format(self.config.get("hotword")), 1)
"Unable to find hotword {}".format(
self.config.get("hotword")), 1)
finally:
_LOGGER.info("Loaded model %s", self.config.get("hotword"))

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,7 +1,6 @@
google-api-python-client==1.6.2
gtts==1.1.8
playsound==1.2.1
pocketsphinx==0.1.3
PyAudio==0.2.11
PyYAML==3.12
requests==2.13.0
Expand Down

0 comments on commit 45bf3da

Please sign in to comment.