dockerbot / ytdlbot /flower_tasks.py
navpan2's picture
Upload 42 files
94ecfcc
raw
history blame contribute delete
251 Bytes
#!/usr/local/bin/python3
# coding: utf-8
# ytdlbot - flower_tasks.py
# 1/2/22 10:17
#
__author__ = "Benny <[email protected]>"
from celery import Celery
from config import BROKER
app = Celery("tasks", broker=BROKER, timezone="Europe/London")