更新代码

This commit is contained in:
JoeamAmier
2023-08-29 19:14:14 +08:00
parent 41409cc43c
commit 101b4e143e

View File

@@ -1,2 +1,13 @@
from pathlib import Path
class Settings:
pass
path = Path("./settings.json")
default = {
"path": "./",
"folder": "Download",
"user-agent": None,
"proxies": None,
"timeout": 10,
"chunk": 256 * 1024,
}