Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hobrien17 committed Jul 13, 2018
1 parent dbdf80a commit 8cd42e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def verify_pword():
'distance': 0,
'age': get_age(dob),
'title': title,
'decription': description,
'description': description,
'gender': gender
}
return jsonify([d])
Expand Down

0 comments on commit 8cd42e8

Please sign in to comment.