Fixing tab inconsistency

klloe-global_config
Scott 8 years ago
parent 73b291061e
commit ad52e75cd2

@ -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