Update plutus.py

This commit is contained in:
Isaacdelly
2019-02-03 14:37:36 -08:00
committed by GitHub
parent 85c8b6dc73
commit 06f975a220

View File

@@ -91,7 +91,7 @@ def main(database):
if __name__ == '__main__': if __name__ == '__main__':
"""Deserialize the database and load into a bloom filter. Initialize the multiprocessing pool to target the """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: with open(DATABASE, 'rb') as file:
database = pickle.load(file) database = pickle.load(file)