forked from tanner/qotnews
Improve logging, sends tweets to nitter.net
This commit is contained in:
@@ -81,7 +81,9 @@ def iter_comments(flat_comments):
|
||||
|
||||
def story(ref):
|
||||
r = api(API_ITEM, ref)
|
||||
if not r: return False
|
||||
if not r:
|
||||
logging.info('Bad Lobsters API response.')
|
||||
return False
|
||||
|
||||
s = {}
|
||||
try:
|
||||
|
Reference in New Issue
Block a user