diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2005-04-13 21:20:53 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2005-04-13 21:20:53 +0200 |
commit | 27dad73b18d8b3e50c39a8dd5d3aa2104cb1d2fb (patch) | |
tree | 8dfa541d94242e7beb1304d34d7871fa25161564 /plugins/problems.py | |
parent | 55f3610bf3cf05a65780a2c6bd1919432f9033ec (diff) |
rename linkList to linkMap
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@23 86f53f14-5ff3-0310-afe5-9b438ce3f40c
Diffstat (limited to 'plugins/problems.py')
-rw-r--r-- | plugins/problems.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/problems.py b/plugins/problems.py index 65fb0fd..49a0591 100644 --- a/plugins/problems.py +++ b/plugins/problems.py @@ -28,7 +28,7 @@ from httpcodes import HTTP_STATUS_CODES from rptlib import * Link = webcheck.Link -linkList = Link.linkList +linkMap = Link.linkMap config = webcheck.config title = 'Problems (By Author)' |