im feeling bold

This commit is contained in:
Luke Rogers 2013-11-29 22:08:38 +13:00
parent 9c7e2074f5
commit 3825c94c9d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def stock(inp):
quote['PercentChange'] = 100 * change / (price - change)
ret = "%(Name)s - %(LastTradePriceOnly)s " \
ret = "\x02%(Name)s\x02 (\x02%(symbol)s\x02) - %(LastTradePriceOnly)s " \
"\x03%(color)s%(Change)s (%(PercentChange).2f%%)\x03 " \
"Day Range: %(DaysRange)s " \
"MCAP: %(MarketCapitalization)s" % quote