disable parallel for reddit

This commit is contained in:
Dima Gerasimov 2019-09-29 17:37:43 +01:00
parent 5295759949
commit bf8ceea523

View file

@ -107,6 +107,7 @@ def _get_state(bfile: Path) -> Dict[Sid, SaveWithDt]:
@lru_cache(1)
def _get_events(backups: Sequence[Path], parallel: bool) -> List[Event]:
parallel = False # TODO FIXME
logger = get_logger()
events: List[Event] = []