From b4f62449edeb4d2b3482b485c2a8afc606ae8926 Mon Sep 17 00:00:00 2001 From: wgw Date: Sat, 26 Jul 2008 23:10:18 -0500 Subject: [PATCH] BLACKLIST_169 was removed a while back. Someone must have re-added it. --- config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config.py b/config.py index dccb8d1..9a86b87 100644 --- a/config.py +++ b/config.py @@ -4,7 +4,6 @@ import random import string from ConfigParser import NoOptionError -BLACKLIST_169 = ('130', '540', '649') guid = ''.join([random.choice(string.letters) for i in range(10)]) config = ConfigParser.ConfigParser() -- 2.11.4.GIT