uups... ;)

This commit is contained in:
Johannes Findeisen 2013-06-05 05:54:16 +02:00
commit 36fd02c6f9

View file

@ -31,7 +31,7 @@ class HttpService(Service):
if "path" in kwargs: if "path" in kwargs:
self.path = kwargs["path"] self.path = kwargs["path"]
elif: else:
self.path = "/" self.path = "/"
if "port" in kwargs: if "port" in kwargs: