Skip to content

Commit 1eccebc

Browse files
committed
Fix error with as_app flag
1 parent 122eb56 commit 1eccebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_backup/github_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ def backup_releases(args, repo_cwd, repository, repos_template, include_assets=F
12601260
asset["url"],
12611261
os.path.join(release_assets_cwd, asset["name"]),
12621262
get_auth(args),
1263-
as_app=True if args.as_app is not None else False,
1263+
as_app=args.as_app,
12641264
fine=True if args.token_fine is not None else False
12651265
)
12661266

0 commit comments

Comments
 (0)