This commit is contained in:
jar3b
2016-03-12 20:14:28 +03:00
parent 19d80f5811
commit ad70ef7742
5 changed files with 28 additions and 12 deletions

View File

@@ -20,5 +20,5 @@ class BottleCL(object):
else:
self._app.error_handler[error_code] = handler
def start(self, host, port):
self._app.run(host=host, port=port)
def start(self, **kwargs):
self._app.run(**kwargs)