aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Scragly <[email protected]>2019-01-22 22:50:20 +1000
committerGravatar Scragly <[email protected]>2019-01-22 22:50:20 +1000
commit05bf821e306de95fae371cc4ac52d68b6164caaa (patch)
treedb7089d827830a1368d24cd76b4a3e5a83c99015
parentMerge pull request #286 from python-discord/user-command-hidden-infractions (diff)
Empty commit for redeploy
-rw-r--r--bot/__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/__main__.py b/bot/__main__.py
index 581fa5c8e..c9d6fd61e 100644
--- a/bot/__main__.py
+++ b/bot/__main__.py
@@ -29,6 +29,7 @@ bot.http_session = ClientSession(
)
log.info("Waiting for RabbitMQ...")
+
has_rmq = wait_for_rmq()
if has_rmq: