From afd9820a94fc484546e6c533b2de73682e7def27 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sat, 7 Dec 2024 16:26:43 +0800 Subject: [PATCH] update --- monitors/macd_boll.py | 2 +- monitors/vol_up.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/monitors/macd_boll.py b/monitors/macd_boll.py index fbef323..21f12af 100644 --- a/monitors/macd_boll.py +++ b/monitors/macd_boll.py @@ -62,7 +62,7 @@ def stratergy_run(symbol, interval, df, debug): # url = 'https://discordapp.com/api/webhooks/1286585288986198048/iQ-yr26ViW45GM48ql8rPu70Iumqcmn_XXAmxAcKGeiQBmTQoDPeq-TmlChvIHkw_HJ-' # discord_sender.send_message(url,'🦄信号提醒🦄',message) - dingding.send_message(message,True) + dingding.send_message(message) print(f"【{symbol} - {interval}】 is singal fired!") else: diff --git a/monitors/vol_up.py b/monitors/vol_up.py index f96b94e..5d5f9a9 100644 --- a/monitors/vol_up.py +++ b/monitors/vol_up.py @@ -21,7 +21,7 @@ def stratergy_run(symbol, interval, df, debug): message += f"{timestamp}" if debug == False: - dingding.send_message(message, True) + dingding.send_message(message) print(f"【{symbol} - {interval}】 is singal fired!") else: print(message)