From 36fd02c6f9d9f75a4fd2f7fabd1f3ae2b239cb32 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: