Improving security since deleted comments are actually kept by Reddit admins.

pull/5/head
David Trail 12 years ago
parent 15c5d3abf2
commit 7b1f67c61d

@ -80,4 +80,5 @@ for thing in things:
print 'Deleting: [%s]: "%s"' % (thing.subreddit, thing.body[:20])
if clear_vote:
thing.clear_vote()
thing.edit('Shredded')
thing.delete()

Loading…
Cancel
Save