Skip to content

Commit

Permalink
rename to corpus_name
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Oct 26, 2023
1 parent 3e6bb16 commit e688c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/visualization/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def ngram_data_tasks(request_json):

return chord(group([
get_ngram_data_bin.s(
corpus=corpus,
corpus_name=corpus,
es_query=es_query,
field=request_json['field'],
bin=b,
Expand Down

0 comments on commit e688c35

Please sign in to comment.