diff --git a/find-updates.py b/find-updates.py index 88bcb5c..29e277f 100755 --- a/find-updates.py +++ b/find-updates.py @@ -108,7 +108,7 @@ def help(return_code=0): for name in new: choice = random.choice(icons) message = 'New Job! %s: %s' % (choice, name) - data = {"text": message} + data = {"text": message, "unfurl_links": True} print(data) response = requests.post(webhook, headers=headers, data=json.dumps(data)) if response.status_code not in [200, 201]: