Fix URI line

This commit is contained in:
Antonio J. Delgado 2023-10-06 17:16:42 +03:00
parent 59990bc4a6
commit f3e3bbdde7
3 changed files with 3 additions and 4 deletions

View file

@ -77,8 +77,7 @@ the hostname: {data}"""
hostname, updating it."""
)
result = self.ovh.put(
f"""/domain/zone/{self.config['domain']}/
record/{record_exists['id']}""",
f"/domain/zone/{self.config['domain']}/record/{record_exists['id']}",
**params,
)
else:

View file

@ -7,7 +7,7 @@ Homepage = "https://susurrando.com"
[project]
name = "odi6"
version = "0.0.3"
version = "0.0.4"
description = "Update Dynamic Host IPv6 in OVH"
readme = "README.md"
authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }]

View file

@ -1,6 +1,6 @@
[metadata]
name = odi6
version = 0.0.3
version = 0.0.4
[options]
packages = odi6