fix(backup): fixed another attributeerror
This commit is contained in:
parent
acf89e090f
commit
57c129c9ce
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class Backup(commands.Cog):
|
|||
|
||||
installed_cogs, failed_cogs = await downloader._install_cogs(cogs_c)
|
||||
|
||||
if repo.available_libraries:
|
||||
if repository.available_libraries:
|
||||
installed_libs, failed_libs = await repository.install_libraries(target_dir=downloader.SHAREDLIB_PATH, req_target_dir=downloader.LIB_PATH)
|
||||
|
||||
if cog_pinned:
|
||||
|
|
Loading…
Reference in a new issue