|
|
@@ -29,8 +29,6 @@ def send_alert(this_alert):
|
|
|
def _send(send_json):
|
|
|
load_dotenv()
|
|
|
webhooks_json = os.environ["DISCORD_TOKENS"]
|
|
|
- webhooks_json = webhooks_json.replace("'", '"')
|
|
|
- print(webhooks_json)
|
|
|
webhooks = json.loads(webhooks_json)
|
|
|
for webhook_key in webhooks:
|
|
|
webhook = webhooks[webhook_key]
|