소스 검색

print msg when our socket breaks

tags/v0.1
Ben Kurtovic 13 년 전
부모
커밋
9d750c2ac1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      bot.py

+ 1
- 0
bot.py 파일 보기

@@ -17,6 +17,7 @@ def main():
try:
read_buffer = read_buffer + actions.get()
except RuntimeError: # socket broke
print "socket has broken, sleeping for a minute and restarting..."
time.sleep(60) # sleep for sixty seconds
return # then exit our loop and restart the bot



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