summary refs log tree commit diff
path: root/hasher.py
AgeCommit message (Collapse)Author
2016-02-12Only write the strings file if necessaryClayton G. Hobbs
Now we check a hash of the voice commands before writing the strings file to reduce how much we write to the hard disk. In implementing this, I realized that some code was being duplicated in an easily fixable way, so I created a Hasher object that keeps track of the hash.json file. Resolves #6