mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-25 06:37:58 +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)
|
return len(self.data)
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
self.data.close()
|
self.data.clear()
|
||||||
|
|
||||||
|
|
||||||
class FimfarchiveFetcher(Fetcher):
|
class FimfarchiveFetcher(Fetcher):
|
||||||
|
|
Loading…
Reference in a new issue