Disable lobsters

This commit is contained in:
Tanner Collin 2023-09-13 01:02:15 +00:00
parent e79fca6ecc
commit 494d89ac30

View File

@ -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.')