Rostislav

Results 3 comments of Rostislav

I've just add **allowDiskUse=True** to db.aggregate method: ``` def find(db, match_time=False): dups = db.aggregate([{ "$group": { "_id": "$hash", "total": {"$sum": 1}, "items": { "$push": { "file_name": "$_id", "file_size": "$file_size", "image_size":...

I suppose you should use python 3, because this code and [seq2seq](https://github.com/farizrahman4u/seq2seq) use python 3.