Fix hooks for real now

This commit is contained in:
redfast00 2019-09-16 23:14:52 +02:00
parent 33d2575271
commit e8294949da
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -37,7 +37,7 @@ class WebhookSenderThread(Thread):
def slack_webhook(self) -> None:
if self.url:
requests.post(url, json={"text": self.message})
requests.post(self.url, json={"text": self.message})
else:
print(self.message)