minor changes

This commit is contained in:
2021-04-25 12:23:17 +02:00
parent 435cb07f63
commit 0c11b0293c
2 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ try:
while True:
m = socket.recv_string()
DATETIMES.append(datetime.now())
except Exception:
except Exception as e:
print(e)
socket.close()
print(DATETIMES)