From ce6b38e499b58715ca408991facc829f5da693a9 Mon Sep 17 00:00:00 2001 From: "S. Co1" Date: Sun, 24 Mar 2019 17:00:51 -0600 Subject: Update config.py Co-Authored-By: GhostofGoes --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 10218eb..4e9db6f 100644 --- a/config.py +++ b/config.py @@ -4,7 +4,7 @@ from docker.errors import NotFound def autodiscover(): - """Search for the snekbox container and return it's IPv4 address.""" + """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