cab5c7826e63 — cedricbonhomme 12 years ago
Typo
1 files changed, 1 insertions(+), 1 deletions(-)

M watcher.py
M watcher.py +1 -1
@@ 135,6 135,6 @@ if __name__ == "__main__":
         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