Skip to content

Commit

Permalink
external fix: prepare justext change
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Oct 20, 2021
1 parent 6e49433 commit a3ba05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trafilatura/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def jt_stoplist_init():
stoplist = set()
for language in get_stoplists():
stoplist.update(get_stoplist(language))
return stoplist
return tuple(stoplist)

JT_STOPLIST = jt_stoplist_init()

Expand Down

0 comments on commit a3ba05e

Please sign in to comment.