mirror of
git://git.acid.vegas/IRCP.git
synced 2024-11-22 16:06:41 +00:00
Fixed formatting
This commit is contained in:
parent
25c6f7a84e
commit
d93bf6271a
2
ircp.py
2
ircp.py
@ -148,7 +148,7 @@ def ssl_ctx():
|
||||
class probe:
|
||||
def __init__(self, server, semaphore):
|
||||
self.server = server
|
||||
self.display = server.ljust(18)+'\033[30m|\033[0m'
|
||||
self.display = server.ljust(18)+' \033[30m|\033[0m '
|
||||
self.semaphore = semaphore
|
||||
self.nickname = None
|
||||
self.snapshot = {'raw':list()}
|
||||
|
Loading…
Reference in New Issue
Block a user