remove dump carddav

This commit is contained in:
2026-08-05 06:24:58 +02:00
parent 375937d8c5
commit 1013fe1748
2 changed files with 3 additions and 19 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ logger = logging.getLogger("sync")
def sync_account(conn, account, href_to_uid_cache: dict):
client = CardDAVClient(ICLOUD_BASE_URL, account.apple_email, account.apple_app_password, account_name=account.name)
client = CardDAVClient(ICLOUD_BASE_URL, account.apple_email, account.apple_app_password)
collection_url = client.discover_collection()
stored_token = db.get_sync_token(conn, account.name)