DateTime TypeError – Unicode

Ran into an error running Justin’s code (http://git.zx2c4.com/PhotoFloat/about/): TypeError: can’t compare datetime.datetime to unicode (When I uploaded a newly edited PNG from GIMP and ‘scan’ updated my cache). So I did a quick bit of debugging: PhotoFloat/scanner# python -m pdb ./main.py ../web/albums/ ../web/cache/ > PhotoFloat/scanner/main.py(3)() -> from TreeWalker import TreeWalker (Pdb) b PhotoAlbum.py:42 Breakpoint 1[…]