this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nz-interesting: include ts in debug

+1 -1
+1 -1
feeds/norazone_interesting.py
··· 67 67 return [uri for (uri,) in cur] 68 68 69 69 def serve_feed_debug(self, limit, offset, langs): 70 - query = 'select uri from posts order by create_ts desc limit :limit offset :offset' 70 + query = 'select * from posts order by create_ts desc limit :limit offset :offset' 71 71 bindings = dict(limit=limit, offset=offset) 72 72 return apsw.ext.format_query_table( 73 73 self.db_cnx, query, bindings,