1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +00:00
This commit is contained in:
Anson Biggs 2021-03-27 18:26:26 -07:00
parent 367fab669f
commit b2c325bddb

View File

@ -134,7 +134,7 @@ class cg_Crypto:
except KeyError:
return f"{symbol} returned an error."
message = f"The current coin price of {name} is $**{price:,}**"
message = f"The current price of {name} is $**{price:,}**"
# Determine wording of change text
if change > 0: