Skip to content

Commit

Permalink
encoding errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Jan 9, 2021
1 parent b1643c3 commit 1f040d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def home():
def progress():
#Launch the P2N research
#os.system(cmd)

AppLab = [lab for lab in lstAppl if formul [lab] and lab not in ['p2n_dir']]
form_result = request.args
AppLab = [lab for lab in lstAppl if form_result [lab] and lab not in ['p2n_dir']]
app_cfg.num_bars = len(AppLab)
return render_template('Patent2Net/templates/Request_Form/progress2.html', num_bars = app_cfg.num_bars, label = AppLab)

Expand Down
2 changes: 1 addition & 1 deletion placeholder.cql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Patent2Net V3 configuration file
# Patent2Net V3 configuration file
##############################
# request
# insert below your request in cql format as done in the example
Expand Down

0 comments on commit 1f040d8

Please sign in to comment.