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

SRT 중복 예약 오류 반환 로직 제거 #193

Merged
merged 2 commits into from
Oct 31, 2022
Merged

SRT 중복 예약 오류 반환 로직 제거 #193

merged 2 commits into from
Oct 31, 2022

Conversation

Kangwhi-Kim
Copy link
Contributor

안녕하세요. SRT 서버 로직에서 기존에 예약된 표 혹은 예매한 표가 있을 때도 동일한 티켓 예약이 가능합니다. 수정 전의 버전을 보면, SRT/srt.py의 325 line에서 SRT 서버에 예약 요청하여 중복 예약이 가능합니다. 한편, 이후 로직(328~342line)에서 중복예약인 경우 SRTDuplicateError 오류 반환을 하기 때문에 라이브러리 사용자가 동일한 티켓이 예약/예매가 안되는 것으로 인지할 수 있다고 생각합니다. 그래서 SRTDuplicateError 오류 반환하는 로직을 제거하고 self._log(parser.message()) 등의 로그로 사용자에게 알리는 게 좋다고 생각합니다.

Kangwhi-Kim and others added 2 commits October 31, 2022 09:50
안녕하세요. SRT 서버 로직에서 기존에 예약된 표 혹은 예매한 표가 있을 때도 동일한 티켓 예약이 가능합니다. 수정 전의 버전을 보면, SRT/srt.py의 325 line에서 SRT 서버에 예약 요청하여 중복 예약이 가능합니다. 한편, 이후 로직(328~342line)에서 중복예약인 경우 `SRTDuplicateError` 오류 반환을 하기 때문에 라이브러리 사용자가 동일한 티켓이 예약/예매가 안되는 것으로 인지할 수 있다고 생각합니다. 그래서 `SRTDuplicateError` 오류 반환하는 로직을 제거하고 `self._log(parser.message())` 등의 로그로 사용자에게 알리는 게 좋다고 생각합니다.
@Kangwhi-Kim
Copy link
Contributor Author

Kangwhi-Kim commented Oct 31, 2022

@ryanking13 리뷰 요청드립니다.

@ryanking13 ryanking13 added the enhancement New feature or request label Oct 31, 2022
@ryanking13
Copy link
Owner

@Kangwhi-Kim 감사합니다!

@ryanking13 ryanking13 merged commit 41576be into ryanking13:master Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants