Compare commits
No commits in common. "9b25bd841292cc21cb0073334c6982da7d924ad2" and "551223fcf3ae100ac54b1ce22bc5fa1c09d8e5a4" have entirely different histories.
9b25bd8412
...
551223fcf3
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
namespace: happydns
|
namespace: happydns
|
||||||
name: happydomain
|
name: happydomain
|
||||||
version: 0.3.2
|
version: 0.3.1
|
||||||
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.id
|
result['current_zone'] = d.current_zone
|
||||||
break
|
break
|
||||||
|
|
||||||
if not found:
|
if not found:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue