Ver código fonte

Minor: Duplicate message

Foppe Hemminga 6 anos atrás
pai
commit
e723379d4f
1 arquivos alterados com 1 adições e 1 exclusões
  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 += this_text+ ' <@&647609243586920449>'
+            this_text += ' <@&647609243586920449>'
         this_json = {'content': this_text}
         pprint(this_json)
         url = base_url+webhook