From f1c6201cc749fb03125f61e5a7f74bde95492de8 Mon Sep 17 00:00:00 2001 From: Hal Simpson <hasimpson@usgs.gov> Date: Thu, 25 Jun 2015 23:40:29 -0600 Subject: [PATCH] Changes to comments --- geomagio/edge/RawInputClient.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/geomagio/edge/RawInputClient.py b/geomagio/edge/RawInputClient.py index b9a67f572..8f1d28e4d 100644 --- a/geomagio/edge/RawInputClient.py +++ b/geomagio/edge/RawInputClient.py @@ -410,13 +410,10 @@ class RawInputClient(): def _open_socket(self): """Open a socket - RETURNS - ------- - socket - NOTES ----- Loops until a socket is opened, with a 1 second wait between attempts + Sends tag. """ done = False newsocket = None -- GitLab