From cba51f8f437d2d326fc0c64d54d025ed9ce9c2b3 Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Fri, 29 Apr 2011 16:40:00 -0400 Subject: [PATCH] fix typo --- PLC/API.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLC/API.py b/PLC/API.py index 359e955d..9f13f383 100644 --- a/PLC/API.py +++ b/PLC/API.py @@ -158,9 +158,9 @@ class PLCAPI: # TODO: we may consider to do this in an aspect like the ones above. try: if self.config.PLC_GETSLIVERS_CACHE: - getslivers_cache = true + getslivers_cache = True except AttributeError: - getslivers_cache = false + getslivers_cache = False if getslivers_cache: os.environ['DJANGO_SETTINGS_MODULE']='plc_django_settings' -- 2.47.0