diff --git a/confluent/httpapi.py b/confluent/httpapi.py index 8373ff9a..09cef5f8 100644 --- a/confluent/httpapi.py +++ b/confluent/httpapi.py @@ -147,7 +147,7 @@ def serve(): # either making apache deal with it # or just supporting nginx or lighthttpd # for now, http port access - scgi.WSGIServer(resourcehandler, bindAddress=("localhost",4004)).run()) + scgi.WSGIServer(resourcehandler, bindAddress=("localhost",4004)).run() class HttpApi(object):