fix(backup): export branch as well
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s

This commit is contained in:
Seaswimmer 2024-01-31 13:33:39 -05:00
parent 7fdb106fad
commit 3662ce3b23
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -44,6 +44,7 @@ class Backup(commands.Cog):
repo_dict = {
"name": repo.name,
"url": repo.url,
"branch": repo.branch,
"cogs": []
}