From d925703087b6ef1202c680d1dc0176e5b88aea7d Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 5 Dec 2012 18:38:20 +0100 Subject: [PATCH] fix host --- teleforma/context_processors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5