Will Papper

Results 4 issues of Will Papper

Changed "clould" to "could"

It would be great if the enter key could submit a form field, rather than having to click outside of the field manually. This would make quick changes much easier....

enhancement

I ran into: ``` File "archive-tweets.py", line 46, in ts.strftime(datefmt).decode('utf8'), AttributeError: 'str' object has no attribute 'decode' ``` As an error when using Python 3. Changing line 44 to `ts.strftime(datefmt),`...