Skip to content

Fix create_backup and get_backup.#76

Open
BoostCookie wants to merge 9 commits intofinish06:masterfrom
BoostCookie:master
Open

Fix create_backup and get_backup.#76
BoostCookie wants to merge 9 commits intofinish06:masterfrom
BoostCookie:master

Conversation

@BoostCookie
Copy link

Fixes #61 and more.

For create_backup the suggested solution from #61 was taken.

get_backup still failed, because
if response != 200:
was used instead of
if response.status_code != 200:.

The README.md was updated to contain both arguments for get_backup.

@numo68
Copy link

numo68 commented Nov 16, 2022

any chance getting this merged? I confirm that it fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issues with create_backup()

2 participants