mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 19:37:18 +00:00
fixed bug when try mout AP on wirelesscontroller
This commit is contained in:
parent
70be26ba38
commit
b8a3ffbc4d
@ -95,6 +95,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Removed all files *.py compiler. [mh4x0f]
|
||||
|
||||
### Fixed
|
||||
- fixed bug when try mout AP on wirelesscontroller [mh4x0f]
|
||||
- fixed set as default require python version 3.7 [mh4x0f]
|
||||
- fixed set linguist-documentation to false [mh4x0f]
|
||||
- fixed exclude all files from config the language statistics [mh4x0f]
|
||||
|
@ -70,7 +70,7 @@ class WirelessModeController(ControllerBlueprint):
|
||||
|
||||
def Start(self):
|
||||
''' start Access Point and settings plugins '''
|
||||
if not type(self.Activated.get_soft_dependencies()) is bool: return
|
||||
#if not type(self.Activated.get_soft_dependencies()) is bool: return
|
||||
|
||||
self.Activated.Start()
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user