Update shreddit/shredder.py

Co-authored-by: ilystsov <127615303+ilystsov@users.noreply.github.com>
pull/180/head
Tokash 1 year ago committed by GitHub
parent 21495b0de6
commit ae1a1358ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,7 +139,7 @@ class Shredder(object):
try:
item.clear_vote()
except BadRequest:
self._logger.debug("Couldn't clear vote on {item}".format(item=item))
self._logger.debug(f"Couldn't clear vote on {item}")
if isinstance(item, Submission):
self._remove_submission(item)
elif isinstance(item, Comment):

Loading…
Cancel
Save