Skip to content

Commit

Permalink
Update plutus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaacdelly authored Mar 1, 2019
1 parent d4c29d2 commit 07f6e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def main(database):

if __name__ == '__main__':
"""Deserialize the database and read into a list of sets for easier selection and O(1) complexity. Initialize
the multiprocessing pool to target the main function with cpu_count() concurrent processes.
the multiprocessing to target the main function with cpu_count() concurrent processes.
"""
database = [set() for _ in range(4)]
count = len(os.listdir(DATABASE))
Expand Down

0 comments on commit 07f6e44

Please sign in to comment.