From b61a77177b67b70cd4513d68be8990ad24c3465b Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 9 Nov 2010 16:06:12 -0500 Subject: [PATCH] PLC_API_HOST/PLC_API_IP --- aspects/ratelimitaspects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspects/ratelimitaspects.py b/aspects/ratelimitaspects.py index 67f0682..c90758b 100644 --- a/aspects/ratelimitaspects.py +++ b/aspects/ratelimitaspects.py @@ -25,7 +25,7 @@ class BaseRateLimit(object): api_method_name = wobj.name api_method_source = wobj.source - if api_method_source == None or api_method_source[0] == self.config.PLC_API_HOST: + if api_method_source == None or api_method_source[0] == self.config.PLC_API_IP: return mc = memcache.Client(['%s:11211'] % self.config.PLC_API_HOST) -- 2.43.0