aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorGravatar Chris Goes <[email protected]>2019-04-29 21:12:58 -0600
committerGravatar GitHub <[email protected]>2019-04-29 21:12:58 -0600
commit40d4972a3420a1f772a9d0464a4369575c11cb5f (patch)
treed30421204a84a104da5411981e5b49c63ede5f18 /config.py
parentMerge pull request #19 from python-discord/urllib3-vuln-fix (diff)
parentRemove space between ignored flake8 rules (diff)
Merge pull request #21 from python-discord/docstring-lint-change
Docstring lint change
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.py b/config.py
index 5e4f648..5ca23bb 100644
--- a/config.py
+++ b/config.py
@@ -6,7 +6,6 @@ from docker.errors import NotFound
def autodiscover():
"""Search for the snekbox container and return its IPv4 address."""
-
container_names = ["rmq", "pdrmq", "snekbox_pdrmq_1"]
client = docker.from_env()