Alert on story update error
This commit is contained in:
@@ -87,7 +87,7 @@ def story(ref):
|
||||
|
||||
s = {}
|
||||
try:
|
||||
s['author'] = r['submitter_user']['username']
|
||||
s['author'] = r['submitter_user']
|
||||
s['author_link'] = SITE_AUTHOR_LINK(s['author'])
|
||||
except KeyError:
|
||||
s['author'] = ''
|
||||
|
Reference in New Issue
Block a user