Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrevinnoc committed Feb 25, 2021
1 parent 3afd0dd commit 87148ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion future.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def loadMoreImages(term: np.ndarray, number, page: int) -> dict:
for idx, image in enumerate(vectorIds[0][lowerLimit:totalItems]):
image = bson.loads(
imageDBTransaction.get(str(image).encode("utf-8")))
if idx == 1:
# if idx == 1:
# minter_thread = multiprocessing.Process(
# target=mintTokens,
# args=(term,
Expand Down

0 comments on commit 87148ce

Please sign in to comment.