mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-24 22:27:59 +01:00
Fix Fimfarchive fetcher not being closable
This commit is contained in:
parent
9dd10b943c
commit
1accc8c750
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class MemoryIndex(Index):
|
|||
return len(self.data)
|
||||
|
||||
def close(self):
|
||||
self.data.close()
|
||||
self.data.clear()
|
||||
|
||||
|
||||
class FimfarchiveFetcher(Fetcher):
|
||||
|
|
Loading…
Reference in a new issue