Fix URI line
This commit is contained in:
parent
59990bc4a6
commit
f3e3bbdde7
3 changed files with 3 additions and 4 deletions
|
@ -77,8 +77,7 @@ the hostname: {data}"""
|
||||||
hostname, updating it."""
|
hostname, updating it."""
|
||||||
)
|
)
|
||||||
result = self.ovh.put(
|
result = self.ovh.put(
|
||||||
f"""/domain/zone/{self.config['domain']}/
|
f"/domain/zone/{self.config['domain']}/record/{record_exists['id']}",
|
||||||
record/{record_exists['id']}""",
|
|
||||||
**params,
|
**params,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
|
@ -7,7 +7,7 @@ Homepage = "https://susurrando.com"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "odi6"
|
name = "odi6"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
description = "Update Dynamic Host IPv6 in OVH"
|
description = "Update Dynamic Host IPv6 in OVH"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }]
|
authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = odi6
|
name = odi6
|
||||||
version = 0.0.3
|
version = 0.0.4
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = odi6
|
packages = odi6
|
||||||
|
|
Loading…
Reference in a new issue