Fixing tab inconsistency

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

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