misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
60d9fd46ae
commit
a6ca99c693
@ -38,6 +38,8 @@ class Server:
|
||||
CSRFProtect(app)
|
||||
Handler(self._agent, app)
|
||||
|
||||
logging.info("web ui available at http://%s:%d/" % (self._address, self._port))
|
||||
|
||||
app.run(host=self._address, port=self._port, debug=False)
|
||||
else:
|
||||
logging.info("could not get ip of usb0, video server not starting")
|
||||
|
Loading…
x
Reference in New Issue
Block a user