Silent cog repo update

This commit is contained in:
Twentysix 2016-04-17 15:21:13 +02:00
parent 1a3dd95f2c
commit 627e2099ac

View File

@ -139,7 +139,7 @@ class Downloader:
print("Downloading cogs repo...")
call(["git", "clone", "https://github.com/Twentysix26/Red-Cogs.git", "data/downloader"]) # It's blocking but it shouldn't matter
else:
Popen(["git", "-C", "data/downloader", "pull"])
Popen(["git", "-C", "data/downloader", "pull", "-q"])
def setup(bot):
n = Downloader(bot)