summaryrefslogtreecommitdiff
path: root/memcache.py
diff options
context:
space:
mode:
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 efb8bff..80c87d6 100644
--- a/memcache.py
+++ b/memcache.py
@@ -553,7 +553,7 @@ class Client(threading.local):
if not server:
return 0
self._statlog(cmd)
- if time is not None and time != 0:
+ if time is not None:
headers = str(time)
else:
headers = None