From 0c19d24b5d77d7c9af003731195bdf65208fa736 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 10 Mar 2005 22:35:20 +0000 Subject: [PATCH] no email in the user-agent git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2398 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkcheck/configuration.py b/linkcheck/configuration.py index e768013d..1983c104 100644 --- a/linkcheck/configuration.py +++ b/linkcheck/configuration.py @@ -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