handlers.py
changeset 77 4287fb77e312
parent 76 cc3ab2c39ded
child 78 85345abbd46a
equal deleted inserted replaced
76:cc3ab2c39ded 77:4287fb77e312
   139         month           = target.date(),
   139         month           = target.date(),
   140         days            = days,
   140         days            = days,
   141     )
   141     )
   142 
   142 
   143 @preferences.handler(prefs.formatter, prefs.timezone, prefs.count)
   143 @preferences.handler(prefs.formatter, prefs.timezone, prefs.count)
   144 def channel_date (request, channel, date, formatter, timezone, count, page=None) :
   144 def channel_date (request, channel, date, formatter, timezone, count, page=1) :
   145     """
   145     """
   146         Display all log data for the given date
   146         Display all log data for the given date
   147     """
   147     """
   148 
   148 
   149     # fix date timezone
   149     # fix date timezone