|
|
@@ -47,8 +47,8 @@ def get_chainalert():
|
|
|
|
|
|
# 将去重后的数据拼接到 text 中
|
|
|
for coin, value in data.items():
|
|
|
- text += f'Ranking: {value[0]}\n'
|
|
|
text += f'Name: {coin}\n'
|
|
|
+ text += f'Ranking: {value[0]}\n'
|
|
|
text += f'Price: {value[2]}\n'
|
|
|
text += f'24H Transaction Volume: {value[3]}\n'
|
|
|
text += f'24H Price Change: {value[4]}\n'
|