Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-messiah committed Feb 12, 2016
1 parent 926cf41 commit 51e72f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cloudflaredns_backup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def bindify(self, zone):
return u"\n".join(result)


def backup_dns(email, token, zones, output):
cloudflare = CloudFlareDns(email, token, zones)
def backup_dns(email, token, zones, output, ns):
cloudflare = CloudFlareDns(email, token, zones, ns)
if output:
try:
makedirs(output)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='cloudflaredns-backup',
version="1.7.1",
version="1.7.2",
packages=['cloudflaredns_backup'],
url='https://github.com/m-messiah/cloudflaredns-backup',
license='MIT',
Expand Down

0 comments on commit 51e72f5

Please sign in to comment.