Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShingareOm authored Jun 26, 2024
1 parent c0006d5 commit b1c1987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ curl -s "$URL" > "$TEMP_FILE"

if grep -q "$SEARCH_TEXT" "$TEMP_FILE"; then
DATE="$(date +'%d.%b.%Y -- %H:%M')"
MESSAGE="<b>Om Shingare</b> your tool is working fine, current time is: <b>$DATE</b>"
MESSAGE="<b>Bro</b>, your MSBTE Result is out at : <b>$DATE</b>"
send_telegram_message "$MESSAGE"
fi
rm "$TEMP_FILE"
Expand Down

0 comments on commit b1c1987

Please sign in to comment.