Skip to content

Commit

Permalink
modified | modified BaseStructure and fixed a problem where every ins…
Browse files Browse the repository at this point in the history
…tantiation clears the data saved in redis.
  • Loading branch information
copyrighthero committed Mar 18, 2018
1 parent 3555b09 commit 28749a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redistr/BaseStructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def __init__(self, redis, token = None):
self._serialize = Serialize(
serialize = 'msgpack', compress = 'zlib'
)
self._initiate()

@property
def token(self):
Expand Down

0 comments on commit 28749a4

Please sign in to comment.