Explorar el Código

minor: Add space

Foppe Hemminga hace 6 años
padre
commit
81e5e4b9ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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