mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 11:34:41 +00:00
*** empty log message ***
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2316 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b6dcbfb4e8
commit
87b6b5a6f6
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ def get_headers_lang (headers):
|
|||
pref = float(_pref)
|
||||
except ValueError:
|
||||
pass
|
||||
pref_languages.add((_pref, lang))
|
||||
pref_languages.append((_pref, lang))
|
||||
languages = [x[1] for x in sorted(pref_languages)]
|
||||
# search for lang
|
||||
for lang in languages:
|
||||
|
|
|
|||
Loading…
Reference in a new issue