Skip to content

Commit b4002ba

Browse files
committed
add Path wrapper
1 parent 72bbaf4 commit b4002ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fuo_ytmusic/consts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
from pathlib import Path
12
from feeluown.consts import DATA_DIR
2-
HEADER_FILE = DATA_DIR / "ytmusic_header.json"
3+
HEADER_FILE = Path(DATA_DIR) / "ytmusic_header.json"
34
REQUIRED_COOKIE_FIELDS = [
45
"HSID",
56
"SSID",

0 commit comments

Comments
 (0)