# HG changeset patch # User cedricbonhomme # Date 1338217149 -7200 # Mon May 28 16:59:09 2012 +0200 # Node ID cab5c7826e6374f6a7abdb52242082e5ee89a2fc # Parent a84a120fb178667a58062a1d25e539311acec621 Typo diff --git a/watcher.py b/watcher.py --- a/watcher.py +++ b/watcher.py @@ -135,6 +135,6 @@ password = config.get(repository, 'password') # Launch a new thread for the repository to watch - thread = threading.Thread(None, start_watcher, None, (repository_name,type_repo, username, password, url, local_url)) + thread = threading.Thread(None, start_watcher, None, (repository_name, type_repo, username, password, url, local_url)) #thread.setDaemon(True) thread.start() \ No newline at end of file