Handle Char boolean from Jeeves, and updated docstrings
This commit is contained in:
parent
e8acc959d8
commit
0fdc029153
2 changed files with 5 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue