Skip to content

Commit

Permalink
debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Feb 6, 2024
1 parent fc96aac commit 1c917b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion houseseats.com/notify-on-event/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,6 @@ def send_to_slack(message):
## Send message to Slack
if slack_enabled == 'true':
send_to_slack(f"""
[Houseseat] Search found: <https://lv.houseseats.com/{urllib.parse.unquote(event[1])}|Click here> | <http://api2342.in/API/api.php|Approve>
*[Houseseat]* Search found: <https://lv.houseseats.com/{urllib.parse.unquote(event[0])}|{event[1]}>
<http://api2342.in/API/api.php|Approve>
""")

0 comments on commit 1c917b4

Please sign in to comment.