mirror of
https://github.com/xcat2/confluent.git
synced 2025-10-23 07:25:41 +00:00
Fix syntax error in httpapi rework
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user