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:
parent
8d61cf33df
commit
18f82286ce
@ -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)
|
||||
+ "%**"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user