예제 #1
0
 def handle(self, *args, **options):
     offset = options['offset']
     subscribers = options.get('subscribers', None)
     Feed.index_all_for_search(offset=offset, subscribers=subscribers)
     
예제 #2
0
 def handle(self, *args, **options):
     offset = options['offset']
     subscribers = options.get('subscribers', None)
     Feed.index_all_for_search(offset=offset, subscribers=subscribers)
     
예제 #3
0
 def handle(self, *args, **options):
     offset = options['offset']
     Feed.index_all_for_search(offset=offset)
예제 #4
0
파일: index_feeds.py 프로젝트: 76/NewsBlur
 def handle(self, *args, **options):
     offset = options['offset']
     Feed.index_all_for_search(offset=offset)