mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Typo when submitting spammy links
This commit is contained in:
@@ -348,7 +348,7 @@ def new_link(link):
|
||||
results.append(get_submitted(author, 'new', 'all'))
|
||||
#results.append(get_links(sr, 'toplinks', 'all'))
|
||||
if link._spam:
|
||||
job.append(get_spam_links(sr))
|
||||
results.append(get_spam_links(sr))
|
||||
|
||||
if link._deleted:
|
||||
add_queries(results, delete_item = link)
|
||||
|
||||
Reference in New Issue
Block a user