misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
aba5b938bc
commit
de71d18a72
@ -35,7 +35,7 @@ class Agent(Client, Automata, AsyncAdvertiser, AsyncTrainer):
|
|||||||
self._supported_channels = utils.iface_channels(config['main']['iface'])
|
self._supported_channels = utils.iface_channels(config['main']['iface'])
|
||||||
self._view = view
|
self._view = view
|
||||||
self._view.set_agent(self)
|
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._access_points = []
|
||||||
self._last_pwnd = None
|
self._last_pwnd = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user