Compare commits

..

No commits in common. "9b25bd841292cc21cb0073334c6982da7d924ad2" and "551223fcf3ae100ac54b1ce22bc5fa1c09d8e5a4" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
---
namespace: happydns
name: happydomain
version: 0.3.2
version: 0.3.1
readme: README.md
authors:
- happyDomain Team <happydomain.org>

View file

@ -62,7 +62,7 @@ def main():
result['current_zone'] = d.current_zone.id
result['msg'] += " and zone imported"
else:
result['current_zone'] = d.current_zone.id
result['current_zone'] = d.current_zone
break
if not found: