From 11cb30ea4eb89786d8b5b80776891b3cc00b8fc4 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Wed, 5 Jun 2013 05:54:16 +0200 Subject: [PATCH] uups... ;) --- lib/service/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/service/http.py b/lib/service/http.py index a7cb3b3..f967ad4 100644 --- a/lib/service/http.py +++ b/lib/service/http.py @@ -31,7 +31,7 @@ class HttpService(Service): if "path" in kwargs: self.path = kwargs["path"] - elif: + else: self.path = "/" if "port" in kwargs: