db size formatting

This commit is contained in:
Isaacdelly 2019-02-28 22:55:18 -08:00 committed by GitHub
parent 7e2ce89e37
commit 68cb7ec22b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()