fix(backup): fixed another attributeerror

This commit is contained in:
Seaswimmer 2024-01-31 14:42:29 -05:00
parent acf89e090f
commit 57c129c9ce
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -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: