From 05bf821e306de95fae371cc4ac52d68b6164caaa Mon Sep 17 00:00:00 2001 From: Scragly <29337040+scragly@users.noreply.github.com> Date: Tue, 22 Jan 2019 22:50:20 +1000 Subject: Empty commit for redeploy --- bot/__main__.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3