Commit fc473d07 authored by Tomaž Muraus's avatar Tomaž Muraus

Fixed a typo, thanks to Joey ryutlis Wang for noticing it.

parent 559c01c0
......@@ -28,7 +28,7 @@ class CacheClass(BaseCache):
"""
if self._cache.exists(_key):
if self._cache.exists(key):
return False
return self.set(key, value, timeout)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment