pep8
This commit is contained in:
parent
ee7bef7295
commit
0a17d98781
@ -18,4 +18,4 @@ try:
|
|||||||
DATETIMES.append(datetime.now())
|
DATETIMES.append(datetime.now())
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
socket.close()
|
socket.close()
|
||||||
print(DATETIMES)
|
print(DATETIMES)
|
||||||
|
@ -12,4 +12,4 @@ try:
|
|||||||
while True:
|
while True:
|
||||||
socket.send_string(f"test {msg_body}")
|
socket.send_string(f"test {msg_body}")
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
socket.close()
|
socket.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user