fixed bug when try mout AP on wirelesscontroller

This commit is contained in:
mh4x0f 2020-04-08 22:20:19 -03:00
parent 70be26ba38
commit b8a3ffbc4d
2 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ All notable changes to this project will be documented in this file.
- Removed all files *.py compiler. [mh4x0f] - Removed all files *.py compiler. [mh4x0f]
### Fixed ### Fixed
- fixed bug when try mout AP on wirelesscontroller [mh4x0f]
- fixed set as default require python version 3.7 [mh4x0f] - fixed set as default require python version 3.7 [mh4x0f]
- fixed set linguist-documentation to false [mh4x0f] - fixed set linguist-documentation to false [mh4x0f]
- fixed exclude all files from config the language statistics [mh4x0f] - fixed exclude all files from config the language statistics [mh4x0f]

View File

@ -70,7 +70,7 @@ class WirelessModeController(ControllerBlueprint):
def Start(self): def Start(self):
''' start Access Point and settings plugins ''' ''' 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() self.Activated.Start()
return None return None