Skip to content

Commit

Permalink
forgot to start thread
Browse files Browse the repository at this point in the history
  • Loading branch information
onemanbuilds committed Oct 7, 2020
1 parent 8c29a1c commit 649687e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def WebhookSpam():
while True:
for webhook in ReadWebhooks():
lock.acquire()
Thread(target=WebhookSpamMethod(message,webhook))
Thread(target=WebhookSpamMethod(message,webhook)).start()
lock.release()

def AddWebhookToConfigs():
Expand Down

0 comments on commit 649687e

Please sign in to comment.