1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

fixed a space

This commit is contained in:
Anson 2019-02-12 23:18:04 -07:00
parent 8d61cf33df
commit 18f82286ce

View File

@ -82,7 +82,7 @@ def news(bot, update):
elif change < 0: elif change < 0:
message = ( message = (
message message
+ ", the stock is currently **down" + ", the stock is currently **down "
+ str(change) + str(change)
+ "%**" + "%**"
) )