Skip to content

Commit

Permalink
Set slots to empty list by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lordi committed Oct 3, 2017
1 parent 77edf0a commit 3a0afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncrypt/backends/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def __init__(self):
self.concurrency = None

self._monitor_task = None
self.slots = None
self.slots = []
self.loop = None

def init(self):
Expand Down

0 comments on commit 3a0afbb

Please sign in to comment.