Skip to content

Commit 3acc9f3

Browse files
committed
sytle: 코드 포맷팅
1 parent 21ad29b commit 3acc9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/pre-processing-service/app/service/blog/blogger_blog_post_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _write_content(self, title: str, content: str, tags: List[str] = None) -> No
5050
result = self.api_service.create_post_via_api(title, content, labels=tags)
5151
# 결과 로깅
5252
print(f"포스트 생성 완료: {result.get('published_url', 'URL 없음')}")
53-
return result.get('published_url')
53+
return result.get("published_url")
5454
except Exception as e:
5555
raise BlogPostPublishException("Blogger", f"포스트 작성 실패: {str(e)}")
5656

0 commit comments

Comments
 (0)