🏡 index : ~doyle/dave.git

author Jordan Doyle <jordan@doyle.wf> 2017-07-25 8:12:18.0 +00:00:00
committer Jordan Doyle <jordan@doyle.wf> 2017-07-25 8:12:18.0 +00:00:00
commit
a88faff3b055abfe2d3bd375739f9417c51660b9 [patch]
tree
07fa0de4b451529d877ded17abd920b14c7db165
parent
b5b2795f82babaa8c59bb0274ea630dbde012cb8
download
a88faff3b055abfe2d3bd375739f9417c51660b9.tar.gz

consistent comments



Diff

 dave/modules/stock.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dave/modules/stock.py b/dave/modules/stock.py
index 7098046..5bafb16 100644
--- a/dave/modules/stock.py
+++ b/dave/modules/stock.py
@@ -36,7 +36,7 @@ def stock(bot, args, sender, source):
    name = quote["Name"]

    if price == 0 and change == 0:
        """Company is dead."""
        # Company is dead
        bot.reply(source, sender, assembleFormattedText(
            A.normal[A.bold[name], " is no longer trading."]
        ))