ソースを参照

Don't give up on network timeout

master
コミット
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()



読み込み中…
キャンセル
保存