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."""
|
||||
)
|
||||
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:
|
||||
|
|
|
@ -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" }]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = odi6
|
||||
version = 0.0.3
|
||||
version = 0.0.4
|
||||
|
||||
[options]
|
||||
packages = odi6
|
||||
|
|
Loading…
Reference in a new issue