author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 12 Jul 2012 13:42:27 +0200 | |
branch | stable |
changeset 8465 | 12da4415aff0 |
parent 8463 | a964c40adbe3 |
child 8466 | 92c668170ef9 |
etwist/server.py | file | annotate | diff | comparison | revisions |
--- a/etwist/server.py Tue Jul 10 15:07:52 2012 +0200 +++ b/etwist/server.py Thu Jul 12 13:42:27 2012 +0200 @@ -57,7 +57,7 @@ def start_task(interval, func): lc = task.LoopingCall(func) # wait until interval has expired to actually start the task, else we have - # to wait all task to be finished for the server to be actually started + # to wait all tasks to be finished for the server to be actually started lc.start(interval, now=False) def host_prefixed_baseurl(baseurl, host):