disable parallel for reddit
This commit is contained in:
parent
5295759949
commit
bf8ceea523
1 changed files with 1 additions and 0 deletions
|
@ -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] = []
|
||||
|
|
Loading…
Add table
Reference in a new issue