Removing trailing spaces No 5

This commit is contained in:
Bandie 2018-04-04 16:59:19 +02:00
parent 1a3e532b29
commit 6687604446
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 2 additions and 2 deletions

4
dingd
View File

@ -67,7 +67,7 @@ def main():
del timeout
tmppw_on=pw_on
print(getTimestamp(), "Locked.")
try:
buf = connstream.recv(1024)
if not buf: break
@ -163,7 +163,7 @@ def init():
except PermissionError:
print("Error: Can't bind for port number ", port, ". Permission denied.", sep="")
quit(1)
print("Running dingd on ", host, ":", port,
"\nConfig: ", CONFIG,
"\nCAFile: ", cafile,