Skip to content

Commit c51994f

Browse files
committed
Added -q tags
1 parent 0f6c9a3 commit c51994f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async def load_plugin(self, username, repo, plugin_name):
113113
await self.bot.loop.run_in_executor(
114114
None,
115115
self._asubprocess_run,
116-
f"pip install -r {dirname}/requirements.txt",
116+
f"pip install -r {dirname}/requirements.txt -q -q",
117117
)
118118
else:
119119
await self.bot.loop.run_in_executor(

0 commit comments

Comments
 (0)