Update github_backup.py

fix backup of organziations (closes #43)
This commit is contained in:
Steffen Vogel 2021-04-19 08:43:30 +02:00 committed by GitHub
parent 794bc0399b
commit fce568a067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def main():
if args.organization:
if args.password:
account = gh.get_organization(args.org)
account = gh.get_organization(args.organization)
else:
account = gh.get_organization(args.login_or_token)
else: