🏡 index : ~doyle/dave.git

author Jordan Doyle <jordan@doyle.wf> 2017-07-22 19:11:28.0 +00:00:00
committer Jordan Doyle <jordan@doyle.wf> 2017-07-22 19:11:28.0 +00:00:00
commit
9f7e5c047888d3e5be67e299e3bc7ab56e23a0fb [patch]
tree
f16159535face8efebcb29bef6db23dcab3eaf28
parent
d952805a8d732c45ede8ac94b6bc147d9fe24733
download
9f7e5c047888d3e5be67e299e3bc7ab56e23a0fb.tar.gz

don't bold colon for consistency



Diff

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

diff --git a/dave/modules/speedtest.py b/dave/modules/speedtest.py
index 180a059..912ebde 100644
--- a/dave/modules/speedtest.py
+++ b/dave/modules/speedtest.py
@@ -16,7 +16,7 @@ def speedtest(bot, args, sender, source):
    isp = soup.select(".share-data.share-isp p")[0].text

    bot.msg(source, assembleFormattedText(A.normal[
        A.bold["{}: ".format(isp)],
        A.bold[str(isp)], ": "
        "Download: ", A.bold[str(download)], " ",
        "Upload: ", A.bold[str(upload)], " ",
        "Ping: ", A.bold[str(ping)]