mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-08-01 11:01:37 +00:00
fixed a space
This commit is contained in:
@@ -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)
|
||||||
+ "%**"
|
+ "%**"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user