Update plutus.py

This commit is contained in:
Isaacdelly 2019-02-03 14:37:36 -08:00 committed by GitHub
parent 85c8b6dc73
commit 06f975a220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,7 +91,7 @@ def main(database):
if __name__ == '__main__':
"""Deserialize the database and load into a bloom filter. Initialize the multiprocessing pool to target the
main function with cpu_count() * 2 concurrent processes.
main function with cpu_count() concurrent processes.
"""
with open(DATABASE, 'rb') as file:
database = pickle.load(file)