From 69d183363cab127659591fa49a335ab91205f0e9 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 7 Apr 2005 20:05:37 +0000 Subject: tabs to spaces (tabs are evil) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@12 86f53f14-5ff3-0310-afe5-9b438ce3f40c --- plugins/whatsold.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/whatsold.py') diff --git a/plugins/whatsold.py b/plugins/whatsold.py index 51d1ad2..d5bf149 100644 --- a/plugins/whatsold.py +++ b/plugins/whatsold.py @@ -38,13 +38,13 @@ def generate(): urls = linkList.keys() urls.sort(sort_by_rev_age) for url in urls: - link=linkList[url] - if not link.html: continue - age = link.age - if age and (age >= config.REPORT_WHATSOLD_URL_AGE): - print '\t%s' % make_link(url,get_title(url)), - print '%s' % (link.author), - print '%s' % age - add_problem('Old Link: %s days old' % age ,link) + link=linkList[url] + if not link.html: continue + age = link.age + if age and (age >= config.REPORT_WHATSOLD_URL_AGE): + print '\t%s' % make_link(url,get_title(url)), + print '%s' % (link.author), + print '%s' % age + add_problem('Old Link: %s days old' % age ,link) print '' print '' -- cgit v1.2.3