Fixing tab inconsistency

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

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

Loading…
Cancel
Save