Skip to content

Commit

Permalink
fix creating new ap after create error
Browse files Browse the repository at this point in the history
  • Loading branch information
p-eli committed Oct 16, 2015
1 parent 34ab563 commit e491cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions createApGui/runningAp.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ def activeAp(self):

@activeAp.setter
def activeAp(self, data):
if self.errorMsg['newMsg']:
self.reInit()
self.__activeAp['name'] = data[0]
self.__activeAp['passwd'] = data[1]
if data[2] != None:
Expand Down

0 comments on commit e491cb3

Please sign in to comment.