Browse Source

Don't give up on network timeout

master
Pete Shadbolt 7 years ago
parent
commit
b163e8582b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      abp/fancy.py

+ 1
- 1
abp/fancy.py View File

@@ -43,7 +43,7 @@ class GraphState(graphstate.GraphState, nx.Graph):
time.sleep(delay)
except websocket._exceptions.WebSocketTimeoutException:
print "Timed out ... you might be pushing a bit hard"
sys.exit(0)
time.sleep(delay)
#self.ws.close()
#self.connect_to_server()



Loading…
Cancel
Save