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: