Fixing tab inconsistency

pull/91/head
Scott 7 years ago
parent dd69f2bc4e
commit ec2e2f45c8

@ -158,7 +158,7 @@ class Shredder(object):
elif self._check_whitelist(item):
self._logger.debug("Skipping due to: whitelisted")
continue
elif created > self._recent_cutoff:
elif created > self._recent_cutoff:
self._logger.debug("Skipping due to: too recent")
continue
else:

Loading…
Cancel
Save