Handle Char boolean from Jeeves, and updated docstrings

This commit is contained in:
Marcus Lindvall 2018-10-11 14:55:29 +02:00
parent e8acc959d8
commit 0fdc029153
2 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,8 @@ import threading
class TaskThread(threading.Thread):
"""Thread that executes a task every N seconds"""
"""Thread that executes a task every N seconds
http://code.activestate.com/recipes/65222/ """
def __init__(self):
threading.Thread.__init__(self)