瀏覽代碼

Don't give up on network timeout

master
Pete Shadbolt 7 年之前
父節點
當前提交
b163e8582b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      abp/fancy.py

+ 1
- 1
abp/fancy.py 查看文件

@@ -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…
取消
儲存