mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 12:10:37 +00:00
no email in the user-agent
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2398 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
920f863329
commit
0c19d24b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ AppInfo = App+u" "+Copyright
|
|||
HtmlAppInfo = App+u", "+HtmlCopyright
|
||||
Url = _linkchecker_configdata.url
|
||||
Email = _linkchecker_configdata.author_email
|
||||
UserAgent = u"%s/%s (%s; %s)" % (AppName, Version, Url, Email)
|
||||
UserAgent = u"%s/%s (+%s)" % (AppName, Version, Url)
|
||||
Freeware = AppName+u""" comes with ABSOLUTELY NO WARRANTY!
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions. Look at the file `LICENSE' within this
|
||||
|
|
|
|||
Loading…
Reference in a new issue