I have a file hash_db.pickle
that when I created it I saved a dictionary on it:
v = {hash_value:{"file name":file_name,"file size":file_size,"last scanned time":scanned_time}}
{123dfre345:{"file name":calc.pdf,"file size":234,"last scanned time":12:23 24/12/2013}}
{3gcdshj754:{"file name":star.pdf,"file size":10,"last scanned time":10:30 10/10/2013}}
so if I want to change from the file only last scanned time
for 3gcdshj754
how could I do that?