fix(backup): fixed not installing cogs from repositories that already exist

This commit is contained in:
Seaswimmer 2024-01-31 15:52:44 -05:00
parent 22237a21b1
commit 49907e7803
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -150,7 +150,6 @@ class Backup(commands.Cog):
) )
continue continue
else:
cog_modules = [] cog_modules = []
for cog in cogs: for cog in cogs:
try: try: