(self)
| 48 | }) |
| 49 | |
| 50 | def run(self): |
| 51 | essid = self.config.option("TARGET").value |
| 52 | self._change_ap_creds(self.config.option("NEW_SSID").value, self.console.state['TARGETS'][essid]['password']) |
| 53 | |
| 54 | |
| 55 | class GetSysInfo(FlittCommandModule): |
nothing calls this directly
no test coverage detected