From 13d7bfa8b234ffafb728d18477dc5dc9718835e2 Mon Sep 17 00:00:00 2001 Message-Id: <13d7bfa8b234ffafb728d18477dc5dc9718835e2.1714614968.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 26 May 2018 11:53:11 +0100 Subject: [PATCH] peerdb/tripe-newpeers.in: Count enhancements correctly. Organization: Straylight/Edgeware From: Mark Wooding I'll come in again. --- peerdb/tripe-newpeers.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peerdb/tripe-newpeers.in b/peerdb/tripe-newpeers.in index f1232551..c6bf7235 100644 --- a/peerdb/tripe-newpeers.in +++ b/peerdb/tripe-newpeers.in @@ -141,7 +141,7 @@ class MyConfigParser (CP.RawConfigParser): """ A more advanced configuration parser. - This has two major enhancements over the standard ConfigParser which are + This has three major enhancements over the standard ConfigParser which are relevant to us. * It recognizes `@inherits' keys and follows them when expanding a -- [mdw]