This commit is contained in:
aaron 2025-05-06 23:02:57 +08:00
parent 64fda709f7
commit 854bf07286
2 changed files with 1 additions and 4 deletions

View File

@ -83,9 +83,6 @@ class ImportantEventsMonitor:
# 五星级数据添加额外强调
if is_five_star:
content += "**⚠️ 此为市场高度关注的重要数据,可能引起较大波动 ⚠️**\n\n"
# 添加分隔线
content += "---\n\n"
print(content)
self.discord_bot.send_message(content)

View File

@ -18,7 +18,7 @@ services:
cryptoai-monitor:
build: .
container_name: cryptoai-monitor
image: cryptoai-monitor:0.0.11
image: cryptoai-monitor:0.0.12
restart: always
command: python run_monitor.py
environment: