Skip to content

Commit

Permalink
memcache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gotlium committed Aug 5, 2014
1 parent 7342610 commit 6a5a1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmc/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def __init__(self):
except ImportError:
from pylibmc import Client

self._cli = Client(**defaults.MEMCACHED_CONFIG)
super(MemcacheLock, self).__init__()
self._cli = Client(**defaults.MEMCACHED_CONFIG)
self.random_wait()


Expand Down

0 comments on commit 6a5a1c9

Please sign in to comment.