diff --git a/cg_Crypto.py b/cg_Crypto.py index 56c3f99..fa58662 100644 --- a/cg_Crypto.py +++ b/cg_Crypto.py @@ -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: