From f2a37a9f933816fb323abc86e26476e1cb3f902a Mon Sep 17 00:00:00 2001 From: William Buddenberg <1421354+wabudd1@users.noreply.github.com> Date: Fri, 11 Dec 2020 14:08:51 -0500 Subject: [PATCH] Minor formatting change in stats.py Space after IP, before parenthesis looks more correct --- Pi_Hole_Ad_Blocker/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pi_Hole_Ad_Blocker/stats.py b/Pi_Hole_Ad_Blocker/stats.py index c572a790e..47a743b8d 100644 --- a/Pi_Hole_Ad_Blocker/stats.py +++ b/Pi_Hole_Ad_Blocker/stats.py @@ -114,7 +114,7 @@ while True: continue draw.text((x, top), "IP: " + str(IP) + - "( " + HOST + ")", font=font, fill=255) + " (" + HOST + ")", font=font, fill=255) draw.text((x, top + 8), "Ads Blocked: " + str(ADSBLOCKED), font=font, fill=255) draw.text((x, top + 16), "Clients: " +