Fix error message (#101)

This commit is contained in:
Alexei Pesic 2021-01-19 21:19:03 -08:00 committed by GitHub
parent 81fc0c6cb2
commit c8655c3a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ elif DATABASE_TYPE == "mongo":
else:
raise Exception(
"Unable to determine database type. Acceptible options are 'mongo' or 'tinydb' "
"Unable to determine database type. Acceptable options are 'mongo' or 'sqlite' "
)
# Mongo Database