fix indentation

This commit is contained in:
VirtuBox
2019-03-13 11:59:13 +01:00
parent 1d971dbb7d
commit cda4f6448d
2 changed files with 4 additions and 8 deletions

View File

@@ -153,7 +153,6 @@ def setupdatabase(self, data):
wo_db_username = ''
wo_db_password = ''
if prompt_dbname == 'True' or prompt_dbname == 'true':
try:
wo_db_name = input('Enter the MySQL database name [{0}]: '