[F] Fix type error

This commit is contained in:
Azalea Gui
2023-09-13 11:20:20 -04:00
parent 390ba795f6
commit d399169f6b
+1 -1
View File
@@ -11,7 +11,7 @@ ses = requests.Session()
ses.headers = {'accept-language': 'zh-CN'} ses.headers = {'accept-language': 'zh-CN'}
out_path = toml.loads(Path('config.toml').read_text())['index_path'] out_path = Path(toml.loads(Path('config.toml').read_text())['index_path'])
out_path.mkdir(exist_ok=True) out_path.mkdir(exist_ok=True)