From d5e090eb4b894e93ae4ed0ed01e66eac7df79300 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 18 Mar 2014 00:20:29 +0100 Subject: Reverted changes for debuging accidentally commited --- ddns/frontend/dyn_com.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ddns/frontend/dyn_com.py b/ddns/frontend/dyn_com.py index e0a1ebb..b8d71c9 100644 --- a/ddns/frontend/dyn_com.py +++ b/ddns/frontend/dyn_com.py @@ -45,6 +45,5 @@ def dyn_com(): # We should probably check something here... return "good" return auth.authenticate("!yours") - return "nohost2" - raise RuntimeError("ooops") - return "nohost1" + return "nohost" + return "nohost" -- cgit v1.2.3