Compare commits
2 commits
551223fcf3
...
9b25bd8412
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b25bd8412 | |||
| 2ddbb56ce5 |
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
namespace: happydns
|
namespace: happydns
|
||||||
name: happydomain
|
name: happydomain
|
||||||
version: 0.3.1
|
version: 0.3.2
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- happyDomain Team <happydomain.org>
|
- happyDomain Team <happydomain.org>
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ def main():
|
||||||
result['current_zone'] = d.current_zone.id
|
result['current_zone'] = d.current_zone.id
|
||||||
result['msg'] += " and zone imported"
|
result['msg'] += " and zone imported"
|
||||||
else:
|
else:
|
||||||
result['current_zone'] = d.current_zone
|
result['current_zone'] = d.current_zone.id
|
||||||
break
|
break
|
||||||
|
|
||||||
if not found:
|
if not found:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue