mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-05 23:49:53 +08:00
fix: 继续修复字段错误
This commit is contained in:
@@ -24,7 +24,7 @@ async def aexists(path: Path) -> bool:
|
|||||||
|
|
||||||
|
|
||||||
async def amakedirs(path: Path, exist_ok=False) -> None:
|
async def amakedirs(path: Path, exist_ok=False) -> None:
|
||||||
await makedirs(path, parents=True, exist_ok=exist_ok)
|
await makedirs(path, exist_ok=exist_ok)
|
||||||
|
|
||||||
|
|
||||||
def aopen(
|
def aopen(
|
||||||
|
|||||||
Reference in New Issue
Block a user