renamed STT_SERVICES to SERVIES

This commit is contained in:
2019-02-20 11:21:33 -05:00
parent af63c053a6
commit 2a3b85a8b5
4 changed files with 7 additions and 7 deletions

View File

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