Skip to content

Commit

Permalink
Switch to broad exception for MS downtime
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Aug 30, 2018
1 parent 342c247 commit 7c06a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metasmoke.py
Expand Up @@ -55,7 +55,7 @@ def init_websocket():
GlobalVars.metasmoke_ws.send(payload)
log('error', e)
traceback.print_exc()
except websocket.WebSocketException:
except Exception:
log('error', "Couldn't bind to MS websocket")
if not has_succeeded:
break
Expand Down

0 comments on commit 7c06a99

Please sign in to comment.