diff -r cc3ab2c39ded -r 4287fb77e312 handlers.py --- a/handlers.py Tue Feb 10 01:02:26 2009 +0200 +++ b/handlers.py Tue Feb 10 01:05:35 2009 +0200 @@ -141,7 +141,7 @@ ) @preferences.handler(prefs.formatter, prefs.timezone, prefs.count) -def channel_date (request, channel, date, formatter, timezone, count, page=None) : +def channel_date (request, channel, date, formatter, timezone, count, page=1) : """ Display all log data for the given date """