diff --git a/src/ankisyncd/sync_app.py b/src/ankisyncd/sync_app.py index 638e6d6..3cbe3aa 100644 --- a/src/ankisyncd/sync_app.py +++ b/src/ankisyncd/sync_app.py @@ -52,7 +52,7 @@ class SyncCollectionHandler(Syncer): def __init__(self, col, session): # So that 'server' (the 3rd argument) can't get set - super().__init__(self, col) + super().__init__(col) self.session = session @staticmethod