Skip to content

Commit

Permalink
watchdog
Browse files Browse the repository at this point in the history
  • Loading branch information
LNRelease authored Oct 22, 2023
1 parent 6c5ff49 commit dceb714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lnrelease/scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from concurrent.futures import ThreadPoolExecutor, as_completed
from pathlib import Path
from time import time
from traceback import dump_traceback_later

from utils import SOURCES, Info, Series, Table

Expand All @@ -14,6 +15,7 @@


def main() -> None:
dump_traceback_later(60*60*2)
series = Table(SERIES, Series)
info = Table(INFO, Info)
sources: defaultdict[str, set[Info]] = defaultdict(set)
Expand Down

0 comments on commit dceb714

Please sign in to comment.