Show
Ignore:
Timestamp:
11/03/09 16:22:22 (3 years ago)
Author:
amix
Message:

Spam control added.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lightcloud/lightcloud/counters.py

    r57 r61  
    2525    day_key = '%s_%s' % (_key(key), _format_date(now)) 
    2626    return lightcloud.incr(day_key, delta=delta, system=system) 
     27 
    2728 
    2829def get_day_counts(key, offset=None, limit=10, system='default'):