소스 검색

Revert, the error was somewhere else

Foppe Hemminga 6 년 전
부모
커밋
a043088484
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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]