mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-03-12 08:41:32 +00:00

Allow the new domain name to be input absolute (with a dot at the end). To keep the rest of the logic working as-is, remove it fairly early in the function. Would have loved to use `str.removesuffix()` but that's python v3.9+.