Explorar el Código

Revert, the error was somewhere else

Foppe Hemminga hace 6 años
padre
commit
a043088484
Se han modificado 1 ficheros con 0 adiciones y 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]