diff options
| author | 2019-01-22 22:50:20 +1000 | |
|---|---|---|
| committer | 2019-01-22 22:50:20 +1000 | |
| commit | 05bf821e306de95fae371cc4ac52d68b6164caaa (patch) | |
| tree | db7089d827830a1368d24cd76b4a3e5a83c99015 | |
| parent | Merge pull request #286 from python-discord/user-command-hidden-infractions (diff) | |
Empty commit for redeploy
| -rw-r--r-- | bot/__main__.py | 1 |
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: |