Fixed .urban, added % to stock.py - Thank you @Atheuz :) (original commit: 68e5535ca4)

This commit is contained in:
Luke Rogers 2012-06-04 02:41:19 +12:00
parent f8b05e6b6d
commit f589133d80
4 changed files with 8 additions and 5 deletions

View file

@ -28,7 +28,7 @@ def stock(inp):
results['color'] = "3"
ret = "%(company)s - %(last)s %(currency)s " \
"\x03%(color)s%(change)s (%(perc_change)s)\x03 " \
"\x03%(color)s%(change)s (%(perc_change)s%%)\x03 " \
"as of %(trade_timestamp)s" % results
if results['delay'] != '0':