Skip to content
Snippets Groups Projects
Commit c8933f21 authored by Gunmo-Lee's avatar Gunmo-Lee
Browse files

Update main.py

parent a35ad144
Branches
No related tags found
No related merge requests found
......@@ -136,7 +136,8 @@ def customerAccount():
if cnt > 0:
account = db_class.cursor.fetchone()
accountList = '[Account ID' \
': ' + str(account['AccountId']) + '], [Account Type: ' + account['AccountType'] + ']'
': ' + str(account['AccountId']) + '], [Account Type:' \
' ' + account['AccountType'] + '], [Account Create Date: ' + str(account['AccCreateDate']) + ']'
return render_template('/Result.html',
result=accountList, method='account')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment