Skip to content

Commit e516144

Browse files
committed
Add missing init
1 parent 91e1c8d commit e516144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hub/hub.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def __init__(self, name: str, share_timeout_secs: int):
3838
self._share_timeout_secs = share_timeout_secs
3939
self._peer_clients = {}
4040
self._shares = {}
41+
self._share_timeout_tasks = {}
4142
self._stop_task = None
4243

4344
@property

0 commit comments

Comments
 (0)