Adding some spaces to pass build :P

This commit is contained in:
Duda Nogueira 2020-04-07 19:29:46 -03:00 committed by GitHub
parent 5602d4f73b
commit 819e9ff273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ if env("USE_DOCKER") == "yes":
import socket
hostname, _, ips = socket.gethostbyname_ex(socket.gethostname())
INTERNAL_IPS += [".".join(ip.split(".")[:-1]+["1"]) for ip in ips]
INTERNAL_IPS += [".".join(ip.split(".")[:-1] + ["1"]) for ip in ips]
{%- endif %}
# django-extensions