mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 20:58:29 +03:00
enables api_db cache queries if configured with new option (#113)
This commit is contained in:
committed by
GitHub
parent
3e56ef137d
commit
6f36e92e02
@@ -36,6 +36,6 @@ class Database(Step, ABC):
|
||||
return False
|
||||
|
||||
@abstractmethod
|
||||
def done(self, item: Metadata) -> None:
|
||||
def done(self, item: Metadata, cached: bool=False) -> None:
|
||||
"""archival result ready - should be saved to DB"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user