1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +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:
message = (
message
+ ", the stock is currently **down"
+ ", the stock is currently **down "
+ str(change)
+ "%**"
)