Fix parent initialization of SyncCollectionHandler
This commit is contained in:
parent
89dcfd6ecd
commit
75c9267ecc
@ -52,7 +52,7 @@ class SyncCollectionHandler(Syncer):
|
|||||||
|
|
||||||
def __init__(self, col, session):
|
def __init__(self, col, session):
|
||||||
# So that 'server' (the 3rd argument) can't get set
|
# So that 'server' (the 3rd argument) can't get set
|
||||||
super().__init__(self, col)
|
super().__init__(col)
|
||||||
self.session = session
|
self.session = session
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user