Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

서버통신부분 신뢰성 개선 #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

leeseulbi53
Copy link

def connect(minor_string,gall,page): try: recept = request("http://gall.dcinside.com/%sboard/lists/?id=%s&page=%d" %(minor_string, gall, page)) except: connect(minor_string,gall,page) return recept

recept 생성부분을 해당 방식으로 바꾸면 서버연결 문제시 튕기지 않고 자동 재요청 하게됨.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants