mirror of
https://github.com/MarcZierle/photo-log-backend.git
synced 2025-01-06 14:28:00 +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)
|