Skip to content

Commit

Permalink
fixed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Dec 9, 2019
1 parent b67c8fb commit 1fb0157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plug_py/plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ def run(self):
window.updateInfo('No smart socket found')
window.updateInfoCenter('')
except:
window.updateInfo('Error while connecting to smart socket')
window.updateInfoCenter('')
window.resetToStart()
window.updateInfo('An error occurred')

# disconnect from websocket and display message to user
def disconnect(self, err_msg):
Expand Down

0 comments on commit 1fb0157

Please sign in to comment.