Update content_discovery_update_db_only.py

This commit is contained in:
Believethehype 2024-11-19 09:56:15 +01:00
parent 464a091750
commit 83b75a5b9b

View File

@ -177,7 +177,6 @@ class DicoverContentDBUpdateScheduler(DVMTaskInterface):
[definitions.EventDefinitions.KIND_NOTE, definitions.EventDefinitions.KIND_REACTION,
definitions.EventDefinitions.KIND_ZAP]).since(since) # Notes, reactions, zaps
# filter = Filter().author(keys.public_key())
if self.dvm_config.LOGLEVEL.value >= LogLevel.DEBUG.value:
print("[" + self.dvm_config.IDENTIFIER + "] Syncing notes of the last " + str(
self.db_since) + " seconds.. this might take a while..")