Backup #16

Merged
cswimr merged 41 commits from backup into main 2024-01-31 15:58:08 -05:00
Showing only changes of commit 417ee9bde4 - Show all commits

View file

@ -106,7 +106,7 @@ class Backup(commands.Cog):
continue
try:
repository = await downloader._repo_manager.add_repo(name, url, branch) # pylint: disable=protected-access
repository = await downloader._repo_manager.add_repo(url, name, branch) # pylint: disable=protected-access
except errors.ExistingGitRepo:
repo_e.append(f"Repository {name} already exists.")