From 1eccebcb83e7715ba3d994137098174e070a05f3 Mon Sep 17 00:00:00 2001 From: dale-primer-e <70494025+dale-primer-e@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:27:22 +1300 Subject: [PATCH] Fix error with as_app flag --- github_backup/github_backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_backup/github_backup.py b/github_backup/github_backup.py index 49e54a6..f564458 100644 --- a/github_backup/github_backup.py +++ b/github_backup/github_backup.py @@ -1260,7 +1260,7 @@ def backup_releases(args, repo_cwd, repository, repos_template, include_assets=F asset["url"], os.path.join(release_assets_cwd, asset["name"]), get_auth(args), - as_app=True if args.as_app is not None else False, + as_app=args.as_app, fine=True if args.token_fine is not None else False )