mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
fix critical typo
This commit is contained in:
@@ -96,7 +96,7 @@ def extract_title(url):
|
|||||||
try:
|
try:
|
||||||
match = match.decode(charset)
|
match = match.decode(charset)
|
||||||
except LookupError:
|
except LookupError:
|
||||||
logger('warn', 'invalid charset in ' + header['content-type'])
|
logger('warn', 'invalid charset in ' + headers['content-type'])
|
||||||
|
|
||||||
try:
|
try:
|
||||||
expanded_html = parser.unescape(match)
|
expanded_html = parser.unescape(match)
|
||||||
|
|||||||
Reference in New Issue
Block a user