Skip to content

Commit

Permalink
oups forgot one route
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Mar 4, 2024
1 parent 88f5efc commit 36da987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions halexp/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def queryAuthors():
nb_show = request.args.get('hits')
if nb_show is None:
nb_show = params['app']['show']
nb_show = castInt(nb_show)
score_threshold = request.args.get('score_threshold')
if score_threshold is None:
score_threshold = params['app']['retrieve']['score_threshold']
Expand Down

0 comments on commit 36da987

Please sign in to comment.