Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit c7d6d79

Browse files
committed
fix: log unmodified search terms
1 parent 7912533 commit c7d6d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ def word_display(word: str, *, has_spoiler: bool):
152152

153153

154154
def howsign_impl(word: str):
155+
logger.info(f"sending links for: '{word}'")
155156
spoiler = get_spoiler_text(word)
156157
word = spoiler if spoiler else word
157-
logger.info(f"sending links for: '{word}'")
158158
has_multiple = "," in word
159159
if has_multiple:
160160
words = word.split(",")

0 commit comments

Comments
 (0)