Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix create_backup and get_backup. #76

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

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