*** 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:
calvin 2005-02-17 22:31:56 +00:00
parent 87b6b5a6f6
commit 569fa853a8

View file

@ -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: