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 6f8f57d commit f82e476
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: <https://lv.houseseats.com/member/tickets/view/?showid={urllib.parse.unquote(event[0])}|urllib.parse.unquote({event[1]})>
*[Houseseat]* Search found: <https://lv.houseseats.com/member/tickets/view/?showid={urllib.parse.unquote(event[0])}|{urllib.parse.unquote(event[1])}>
""")

0 comments on commit f82e476

Please sign in to comment.