diff --git a/desec.py b/desec.py index 568de97..2475ac7 100755 --- a/desec.py +++ b/desec.py @@ -632,7 +632,6 @@ def parse_links(self, links: str) -> dict[str, str]: raise APIExpectationError("Unexpected format in Link header") label = m.group(1) _url = _url[1:-1] - assert label not in mapping mapping[label] = _url return mapping