Foppe Hemminga 6 роки тому
батько
коміт
81e5e4b9ff
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      view.py

+ 1 - 1
view.py

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