Skip to content

Commit

Permalink
实现close逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
moyanj committed Nov 15, 2024
1 parent 11cd13e commit a7b7498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alist/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async def save(self, path: str):
f.write(self.content)

def close(self):
pass
self.content = b""


class AListFolder:
Expand Down

0 comments on commit a7b7498

Please sign in to comment.