update
This commit is contained in:
parent
64fda709f7
commit
854bf07286
@ -83,9 +83,6 @@ class ImportantEventsMonitor:
|
||||
# 五星级数据添加额外强调
|
||||
if is_five_star:
|
||||
content += "**⚠️ 此为市场高度关注的重要数据,可能引起较大波动 ⚠️**\n\n"
|
||||
|
||||
# 添加分隔线
|
||||
content += "---\n\n"
|
||||
|
||||
print(content)
|
||||
self.discord_bot.send_message(content)
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user