sau / uploader /__init__.py
Edan233's picture
fix: 将 sau_backend 目录的文件,再挪回根目录,以防止大家迁移出现问题
0f24474
raw
history blame contribute delete
100 Bytes
from pathlib import Path
from conf import BASE_DIR
Path(BASE_DIR / "cookies").mkdir(exist_ok=True)