diff --git a/plutus.py b/plutus.py index e2430d2..edb2a76 100644 --- a/plutus.py +++ b/plutus.py @@ -110,7 +110,7 @@ if __name__ == '__main__': print('DONE') # To verify the database size, remove the # from the line below - #print('Database Size: ' + str(sum(len(i) for i in database))); quit() + #print('database size: ' + str(sum(len(i) for i in database))); quit() for cpu in range(multiprocessing.cpu_count()): multiprocessing.Process(target = main, args = (database, )).start()