mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Fix a lot of stuff
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -47,6 +47,6 @@ class Server:
|
||||
formatServerIpAddress = '[::]' if self._address == '::' else self._address
|
||||
logging.info("web ui available at http://%s:%d/" % (formatServerIpAddress, self._port))
|
||||
|
||||
app.run(host=self._address, port=self._port, debug=False)
|
||||
app.run(host=self._address, port=self._port)
|
||||
else:
|
||||
logging.info("could not get ip of usb0, video server not starting")
|
||||
|
Reference in New Issue
Block a user