This commit is contained in:
2019-02-20 11:16:42 -05:00
parent d431d6aa0d
commit 666aba3d56
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
from tatt.vendors import amazon
STT_VENDORS = {
STT_SERVICES = {
'amazon': amazon,
}