mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 03:45:23 +00:00
revert session file
This commit is contained in:
parent
39b4ae14de
commit
5b22ce9562
@ -49,7 +49,7 @@ logging.getLogger('apscheduler.executors.default').propagate = False
|
|||||||
# app = Celery('celery', broker=BROKER, accept_content=['pickle'], task_serializer='pickle')
|
# app = Celery('celery', broker=BROKER, accept_content=['pickle'], task_serializer='pickle')
|
||||||
app = Celery('tasks', broker=BROKER)
|
app = Celery('tasks', broker=BROKER)
|
||||||
|
|
||||||
celery_client = create_app()
|
celery_client = create_app(":memory:")
|
||||||
|
|
||||||
|
|
||||||
def get_messages(chat_id, message_id):
|
def get_messages(chat_id, message_id):
|
||||||
|
Loading…
Reference in New Issue
Block a user