Skip to content

Commit

Permalink
修复多开创建文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Jul 25, 2024
1 parent b674c8f commit ec35aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arknights_mower/utils/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def save():
def load():
global conf
if not conf_path.is_file():
conf_path.parent.mkdir(exist_ok=True)
conf = Conf()
save()
with conf_path.open("r", encoding="utf-8") as f:
Expand Down

0 comments on commit ec35aab

Please sign in to comment.