mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2025-01-30 17:58:36 +00:00
store session file in worker
This commit is contained in:
parent
a57d204b11
commit
f1e4932b17
@ -49,7 +49,7 @@ logging.getLogger('apscheduler.executors.default').propagate = False
|
||||
# app = Celery('celery', broker=BROKER, accept_content=['pickle'], task_serializer='pickle')
|
||||
app = Celery('tasks', broker=BROKER)
|
||||
|
||||
celery_client = create_app(":memory:")
|
||||
celery_client = create_app()
|
||||
|
||||
|
||||
def get_messages(chat_id, message_id):
|
||||
|
Loading…
Reference in New Issue
Block a user