Skip to content

Commit

Permalink
watchdog
Browse files Browse the repository at this point in the history
  • Loading branch information
LNRelease committed Oct 22, 2023
1 parent 6c5ff49 commit 05e92b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lnrelease/lnrelease.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from faulthandler import dump_traceback_later

import parse
import scrape
import write


def main():
dump_traceback_later(60*60*2, exit=True)
scrape.main()
parse.main()
write.main()
Expand Down

0 comments on commit 05e92b9

Please sign in to comment.