Fix parent initialization of SyncCollectionHandler

This commit is contained in:
Karsten Lehmann
2020-09-02 18:53:24 +02:00
parent 89dcfd6ecd
commit 75c9267ecc
+1 -1
View File
@@ -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