misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2019-11-05 14:52:54 +01:00
parent aba5b938bc
commit de71d18a72
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

@ -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, self._config['ui']['display'])
self._access_points = []
self._last_pwnd = None