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)