Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Jan 12, 2021
1 parent 1fc7e6a commit b6b1795
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 @@ -166,7 +166,7 @@ def confirmation():



app_cfg.num_bars = len(AppLab) - len([truc for truc in AppLab if not form_result [truc]] )
app_cfg.num_bars = len(AppLab) - len([truc for truc in labels.keys() if not form_result [truc]] )
return render_template('Patent2Net/templates/Request_Form/Progress2.html', num_bars = app_cfg.num_bars, label = AppLab)

@app.route('/confirmation', methods=['POST'])
Expand Down

0 comments on commit b6b1795

Please sign in to comment.