Minor formatting change in stats.py

Space after IP, before parenthesis looks more correct
This commit is contained in:
William Buddenberg 2020-12-11 14:08:51 -05:00 committed by GitHub
parent f8a821bd83
commit f2a37a9f93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: " +