|
@@ -15,7 +15,7 @@ def broadcast(this_text):
|
|
|
for webhook_key in webhooks:
|
|
for webhook_key in webhooks:
|
|
|
webhook = webhooks[webhook_key]
|
|
webhook = webhooks[webhook_key]
|
|
|
if 'sent an application' in this_text:
|
|
if 'sent an application' in this_text:
|
|
|
- this_text += ' @KnockKnock '
|
|
|
|
|
|
|
+ this_text = ' @KnockKnock '+this_text
|
|
|
this_json = {'content': this_text}
|
|
this_json = {'content': this_text}
|
|
|
pprint(this_json)
|
|
pprint(this_json)
|
|
|
url = base_url+webhook
|
|
url = base_url+webhook
|