Line 69 of example/app/conf.py reads: ``` 'x_fp_timestamp': datetime.datetime.now().strftime('%s'), ``` This throws an error complaining of invalid format string. There doesn't appear to be %s available for strftime.