Skip to content

Comments

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

Open
leeseulbi53 wants to merge 3 commits intohanel2527:masterfrom
gimdh:master
Open

서버통신부분 신뢰성 개선#2
leeseulbi53 wants to merge 3 commits intohanel2527:masterfrom
gimdh:master

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