Faster annotating : 2 threads

This commit is contained in:
2026-02-25 21:16:12 +01:00
parent f3dc5c452a
commit 375305439a
2 changed files with 70 additions and 56 deletions
+1 -1
View File
@@ -247,6 +247,6 @@ def main():
executor.submit(process_identifier, identifier, data[identifier], root_dir)
print("Done.")
if __name__ == "__main__":
main()