diff options
author | 2019-03-24 17:00:51 -0600 | |
---|---|---|
committer | 2019-03-24 17:00:51 -0600 | |
commit | ce6b38e499b58715ca408991facc829f5da693a9 (patch) | |
tree | 6ecf7c09b3d3c9dcea629b9c6e2b1facb0ab6897 | |
parent | Add docstrings (diff) |
Update config.py
Co-Authored-By: GhostofGoes <[email protected]>
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |