扫码登录,获取cookies
This commit is contained in:
8
backend/venv/Lib/site-packages/celery/loaders/app.py
Normal file
8
backend/venv/Lib/site-packages/celery/loaders/app.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""The default loader used with custom app instances."""
|
||||
from .base import BaseLoader
|
||||
|
||||
__all__ = ('AppLoader',)
|
||||
|
||||
|
||||
class AppLoader(BaseLoader):
|
||||
"""Default loader used when an app is specified."""
|
||||
Reference in New Issue
Block a user