Skip to content

Commit c6bd1ed

Browse files
committed
chore: update emoji in no new post alert
1 parent 997b3d9 commit c6bd1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/kaist/portal/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def _send_success_single_alert(post_id: int) -> None:
133133

134134
@staticmethod
135135
def _send_no_new_post_alert() -> None:
136-
slack_webhook_client.send(text=f":blobhaj_ghostie_alive: 새로운 공지가 없어요.")
136+
slack_webhook_client.send(text=f":blobhaj_innocent: 새로운 공지가 없어요.")
137137
log.info("KAIST Portal Crawler :: No new post found")
138138

139139
@staticmethod

0 commit comments

Comments
 (0)