Bug fixes

This commit is contained in:
arifiorino
2019-12-03 21:25:32 +00:00
committed by Dana Van Aken
parent 6ab7b8ef4f
commit df2dbb6683

View File

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