From cb81231b2dc8ed7d7a219eb559ee2998a3941ec6 Mon Sep 17 00:00:00 2001 From: Lionel Date: Tue, 18 Nov 2014 15:28:10 +0100 Subject: [PATCH] Minor syntax in comment of QueueReader object --- cm160Server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm160Server.py b/cm160Server.py index 31eaed2..dd3cc0e 100755 --- a/cm160Server.py +++ b/cm160Server.py @@ -588,7 +588,7 @@ class CM160: #*********************** QueueReader *************************** class QueueReader(Thread): - """This object is responsible for reading the queue (held in a CM160 object + """This object is responsible for reading the queue (held in a CM160 object) and writing the data to the log file in a format that is compatible with the C# based OWLServer""" def __init__ (self, queue, dataStore, uo): -- 2.39.2