summaryrefslogtreecommitdiff
path: root/memcache.py
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2009-04-02 13:08:41 -0600
committerSean Reifschneider <jafo@tummy.com>2009-04-02 13:08:41 -0600
commit106dcd68d30a6ac28388d81a787b4667f4eba7e4 (patch)
tree8201623f7c4c57fe7dc8f9e95df63956f35fca85 /memcache.py
parentbc110074254c99b2dfa6513f61e3f2fcc7ab0455 (diff)
downloadpython-memcached-106dcd68d30a6ac28388d81a787b4667f4eba7e4.tar.gz
Changing a typo of dead_until.
Diffstat (limited to 'memcache.py')
-rw-r--r--memcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcache.py b/memcache.py
index f9b32b5..a96023a 100644
--- a/memcache.py
+++ b/memcache.py
@@ -231,7 +231,7 @@ class Client(local):
Reset every host in the pool to an "alive" state.
"""
for s in self.servers:
- s.dead_until = 0
+ s.deaduntil = 0
def _init_buckets(self):
self.buckets = []