aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2018-05-19 18:21:50 +0100
committerGravatar Joseph <[email protected]>2018-05-19 18:21:50 +0100
commit3b484f0527dd6a0c7face72991a3dbc195136689 (patch)
tree187d6f03b6d590240dd550d838302a3334313cc3
parentAdd missing module to Pipfile (diff)
Temporarily disable snakes cog while we fix a zlib issue
-rw-r--r--Pipfile2
-rw-r--r--bot/__main__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 370b77973..e6fa798d6 100644
--- a/Pipfile
+++ b/Pipfile
@@ -15,7 +15,7 @@ websockets = ">=4.0,<5.0"
yarl = "==1.1.1"
fuzzywuzzy = "*"
python-levenshtein = "*"
-pillow = "*"
+# pillow = "*"
[dev-packages]
"flake8" = "*"
diff --git a/bot/__main__.py b/bot/__main__.py
index 6c115f40c..88ab82245 100644
--- a/bot/__main__.py
+++ b/bot/__main__.py
@@ -59,7 +59,7 @@ bot.load_extension("bot.cogs.deployment")
bot.load_extension("bot.cogs.eval")
bot.load_extension("bot.cogs.fun")
bot.load_extension("bot.cogs.hiphopify")
-bot.load_extension("bot.cogs.snakes")
+# bot.load_extension("bot.cogs.snakes"), temporarily disabled while we fix a PIL/zlib issue
bot.load_extension("bot.cogs.tags")
bot.load_extension("bot.cogs.verification")