Bug fixes

This commit is contained in:
arifiorino
2019-12-03 21:15:08 +00:00
committed by Dana Van Aken
parent 13735c9b0b
commit 6ab7b8ef4f
2 changed files with 27 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ def restart_database():
return False
else:
raise Exception("Database Type {} Not Implemented !".format(dconf.DB_TYPE))
return True
return False
@task