mirror of
https://github.com/dreammis/social-auto-upload.git
synced 2026-08-28 17:43:28 +08:00
5 lines
116 B
Python
5 lines
116 B
Python
from pathlib import Path
|
|
|
|
from conf import BASE_DIR
|
|
|
|
Path(BASE_DIR / "cookies" / "tk_uploader").mkdir(exist_ok=True) |