Removing trailing whitespaces No 3
This commit is contained in:
parent
600524809c
commit
2141418097
2
dingd
2
dingd
@ -48,7 +48,7 @@ def main():
|
|||||||
connstream = context.wrap_socket(newsocket, server_side=True)
|
connstream = context.wrap_socket(newsocket, server_side=True)
|
||||||
print(getTimestamp(), "Incoming connection:", fromaddr[0])
|
print(getTimestamp(), "Incoming connection:", fromaddr[0])
|
||||||
connstream.send(b"OK 1337\n")
|
connstream.send(b"OK 1337\n")
|
||||||
|
|
||||||
con_loop = True
|
con_loop = True
|
||||||
while con_loop:
|
while con_loop:
|
||||||
global tmppw_on, pw_on, pwtimeout
|
global tmppw_on, pw_on, pwtimeout
|
||||||
|
Loading…
Reference in New Issue
Block a user