Disable lobsters
This commit is contained in:
parent
e79fca6ecc
commit
494d89ac30
|
@ -80,6 +80,8 @@ def iter_comments(flat_comments):
|
|||
return nested_comments
|
||||
|
||||
def story(ref):
|
||||
return False # TODO: remove
|
||||
|
||||
r = api(API_ITEM, ref)
|
||||
if not r:
|
||||
logging.info('Bad Lobsters API response.')
|
||||
|
|
Loading…
Reference in New Issue
Block a user