Jelajahi Sumber

minor: Add space

Foppe Hemminga 6 tahun lalu
induk
melakukan
81e5e4b9ff
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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