소스 검색

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()



불러오는 중...
취소
저장