mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-10 11:22:31 -05:00
@@ -410,6 +410,7 @@ class Downloader:
|
||||
cog_folder_path = self.repos[repo_name][cog]['folder']
|
||||
cog_data_path = os.path.join(cog_folder_path, 'data')
|
||||
data = self.get_info_data(repo_name, cog)
|
||||
if data is not None:
|
||||
requirements = data.get("REQUIREMENTS", [])
|
||||
|
||||
requirements = [r for r in requirements
|
||||
|
||||
Reference in New Issue
Block a user