Compare commits

...

2 Commits

View File

@ -107,7 +107,7 @@ if __name__ == "__main__":
if len(output[0]) > 0:
status = len(output)
print("{0} {1}".format(str(status).rjust(3), k))
elif sys.argv[1] in list( [ "sync", "lc", "pull", "push", "fetch" ] ):
elif sys.argv[1] in list( [ "sync", "lc", "lcs", "pull", "push", "fetch" ] ):
thread_count = 10
with concurrent.futures.ThreadPoolExecutor(max_workers=thread_count) as executor:
futures = {executor.submit(perform_action, sys.argv[1], k, cfg[k]) for k in r}