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