Skip to content

Commit

Permalink
uneccasary parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jyopenmetsa committed Mar 11, 2023
1 parent 16c1f6b commit 14af4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def index():
filteredData = []
form_data = {}
return render_template('index.html', data=filteredData, form=form_data,
usa=usa, fname=fname, lname=lname,
fname=fname, lname=lname,
address1=address1, address2=address2,
state=state, city=city, code=code)

Expand Down

0 comments on commit 14af4ac

Please sign in to comment.