Fixed .urban, added % to stock.py - Thank you @Atheuz :) (original commit: 68e5535ca4
)
This commit is contained in:
parent
f8b05e6b6d
commit
f589133d80
4 changed files with 8 additions and 5 deletions
|
@ -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':
|
||||
|
|
Reference in a new issue