mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-15 11:51:02 +00:00
oops
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@661 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
a9358ce493
commit
47f312e5a5
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ class UrlData:
|
|||
if sizebytes >= self.config["warnsizebytes"]:
|
||||
self.setWarning(linkcheck._("Content size %s is larger than %s")%\
|
||||
(StringUtil.strsize(sizebytes),
|
||||
StringUtil.strsize(self.config["warnsizebytes"]))
|
||||
StringUtil.strsize(self.config["warnsizebytes"])))
|
||||
|
||||
|
||||
def parseUrl (self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue