From 677d720168fd8816e3ac15c9b646c0295104266e Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 4 Sep 2023 04:19:31 +0000 Subject: [PATCH] give coingecko some credit --- common/symbol_router.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/symbol_router.py b/common/symbol_router.py index f85b142..c322925 100644 --- a/common/symbol_router.py +++ b/common/symbol_router.py @@ -338,8 +338,8 @@ class Router: reply += self.spark_reply(self.find_symbols(t))[0] + "\n" if coins: - reply += "\n\nšŸ¦ŽTrending Crypto:\n`" - reply += "━" * len("Trending Crypto:") + "`\n" + reply += "\n\nšŸ¦ŽTrending on CoinGecko:\n`" + reply += "━" * len("Trending on CoinGecko:") + "`\n" for coin in coins: reply += coin + "\n"