Removing trailing spaces No 5
This commit is contained in:
parent
1a3e532b29
commit
6687604446
4
dingd
4
dingd
@ -67,7 +67,7 @@ def main():
|
|||||||
del timeout
|
del timeout
|
||||||
tmppw_on=pw_on
|
tmppw_on=pw_on
|
||||||
print(getTimestamp(), "Locked.")
|
print(getTimestamp(), "Locked.")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
buf = connstream.recv(1024)
|
buf = connstream.recv(1024)
|
||||||
if not buf: break
|
if not buf: break
|
||||||
@ -163,7 +163,7 @@ def init():
|
|||||||
except PermissionError:
|
except PermissionError:
|
||||||
print("Error: Can't bind for port number ", port, ". Permission denied.", sep="")
|
print("Error: Can't bind for port number ", port, ". Permission denied.", sep="")
|
||||||
quit(1)
|
quit(1)
|
||||||
|
|
||||||
print("Running dingd on ", host, ":", port,
|
print("Running dingd on ", host, ":", port,
|
||||||
"\nConfig: ", CONFIG,
|
"\nConfig: ", CONFIG,
|
||||||
"\nCAFile: ", cafile,
|
"\nCAFile: ", cafile,
|
||||||
|
Loading…
Reference in New Issue
Block a user