mirror of
https://github.com/MarcZierle/photo-log-backend.git
synced 2024-12-29 10:57:58 +00:00
6 lines
80 B
Python
6 lines
80 B
Python
from photo_log import tasks
|
|
|
|
|
|
def run():
|
|
tasks.generate_photo_log_chain(45)
|