Browse Source

Minor: Duplicate message

Foppe Hemminga 6 năm trước cách đây
mục cha
commit
e723379d4f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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