Minor formatting change in stats.py
Space after IP, before parenthesis looks more correct
This commit is contained in:
parent
f8a821bd83
commit
f2a37a9f93
1 changed files with 1 additions and 1 deletions
|
|
@ -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: " +
|
||||
|
|
|
|||
Loading…
Reference in a new issue