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 7176b03 commit fc96aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion houseseats.com/notify-on-event/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ def send_to_slack(message):
## Send message to Slack
if slack_enabled == 'true':
send_to_slack(f"""
[Houseseat] Search found: <{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[1])}|Click here> | <http://api2342.in/API/api.php|Approve>
""")

0 comments on commit fc96aac

Please sign in to comment.