This commit is contained in:
9700X_PC 2024-11-06 22:54:33 +09:00
parent bf240af991
commit 74980bd699
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ class WhaleTranslator:
self.logger.info(f'번역 성공: {url}')
# self.reset_failures() # 번역 성공 시 연속 실패 횟수 초기화
else:
self.logger.error(f'번역 실패: 클립보드에 이미지 데이터가 없음')
self.logger.info(f'번역 실패: 클립보드에 이미지 데이터가 없음')
# self.handle_translation_failure()
self.logger.info(f'번역 프로세스 완료. 웨일 기본페이지로 돌아감')