Removed useless line.
1 files changed, 0 insertions(+), 1 deletions(-) M watcher.py
M watcher.py +0 -1
@@ 131,7 131,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, (username, password, url, local_url)) thread = threading.Thread(None, start_watcher, None, (type_repo, username, password, url, local_url)) #thread.setDaemon(True) thread.start() No newline at end of file