From: yomguy Date: Wed, 5 Dec 2012 17:38:20 +0000 (+0100) Subject: fix host X-Git-Tag: 1.3-TC~60 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d925703087b6ef1202c680d1dc0176e5b88aea7d;p=teleforma.git fix host --- diff --git a/teleforma/context_processors.py b/teleforma/context_processors.py index eb099a0b..28e3b000 100644 --- a/teleforma/context_processors.py +++ b/teleforma/context_processors.py @@ -23,7 +23,7 @@ def get_local_host(): local_ip = ip break except: - pass + continue if not local_ip: local_ip = '127.0.0.1'