From 3a146c286344474bd5d6958b3c2eab10341ff399 Mon Sep 17 00:00:00 2001 From: sco1 Date: Wed, 24 Apr 2019 17:25:47 -0400 Subject: Relint Snekbox with new linting rules --- config.py | 1 - 1 file changed, 1 deletion(-) (limited to 'config.py') 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() -- cgit v1.2.3