From 48668406f2157b9cbe77f9e5d6ebc37b03d44548 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Wed, 24 Jul 2024 17:14:51 +0800 Subject: [PATCH] 1 --- dingding.py | 2 +- main.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dingding.py b/dingding.py index c9eae20..76d77c6 100644 --- a/dingding.py +++ b/dingding.py @@ -14,4 +14,4 @@ def send_message(text, isAtAll = False): "isAtAll": isAtAll } } - print(requests.post(url, json=formData).json()) \ No newline at end of file + print(requests.post(url, json=formData, verify=False).json()) \ No newline at end of file diff --git a/main.py b/main.py index e3b234f..700166d 100644 --- a/main.py +++ b/main.py @@ -19,8 +19,6 @@ times = ["00:00", "04:00", "08:00", "12:00", "16:00", "20:00"] for t in times: schedule.every().day.at(t).do(vegas.run_crypto, interval = '4h') - - version = 'V1.5' print(f'Running... {version}') while True: