Explorar o código

Revert, the error was somewhere else

Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
a043088484
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      view.py

+ 0 - 2
view.py

@@ -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]