mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 23:24:44 +00:00
*** empty log message ***
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2317 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
87b6b5a6f6
commit
569fa853a8
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.append((_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