Start big cleanup

This commit is contained in:
Thomas Sileo
2019-07-30 22:12:20 +02:00
parent a6bd6ee7b3
commit 0f5e35af97
8 changed files with 599 additions and 530 deletions

View File

@@ -48,7 +48,7 @@ def threads_of_interest() -> List[str]:
return list(out)
def _keep(data: Dict[str, Any]):
def _keep(data: Dict[str, Any]) -> None:
DB.activities.update_one({"_id": data["_id"]}, {"$set": {"meta.gc_keep": True}})