misc: refactored ui.display.video as ui.web

This commit is contained in:
Simone Margaritelli
2019-11-12 21:19:31 +01:00
parent 91b409053b
commit 81a89d43e0
5 changed files with 21 additions and 23 deletions

View File

@ -35,7 +35,7 @@ class Agent(Client, Automata, AsyncAdvertiser, AsyncTrainer):
self._supported_channels = utils.iface_channels(config['main']['iface'])
self._view = view
self._view.set_agent(self)
self._web_ui = Server(self, self._config['ui']['display'])
self._web_ui = Server(self, config['ui'])
self._access_points = []
self._last_pwnd = None