minor changes
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user