1
0
Fork 0
mirror of https://github.com/clockfort/GitHub-Backup.git synced 2025-03-09 00:00:03 +01:00

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

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: