返回 Social Auto Upload
__init__.py
根目录 / uploader / douyin_uploader / __init__.py
1 from pathlib import Path
2
3 from conf import BASE_DIR
4
5 Path(BASE_DIR / "cookies" / "douyin_uploader").mkdir(exist_ok=True)
5 lines PYTHON