mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-03 13:59:19 -05:00
76822224a0
checks are done against github's API with one request every 12 hours
7 lines
139 B
Python
7 lines
139 B
Python
import procrastinate
|
|
|
|
|
|
def on_app_ready(app: procrastinate.App):
|
|
"""This function is ran upon procrastinate initialization."""
|
|
...
|