some-upgrades

This commit is contained in:
2022-08-13 19:19:16 +03:00
parent e4a1dad495
commit aba5e11522
11 changed files with 70 additions and 39 deletions

View File

@@ -14,7 +14,7 @@ class TopicStorage:
for topic in self.topics.values():
self.load_parents(topic)
print('[zine.topics] %d ' % len(self.topics.keys()))
print('[zine.topics] %d precached' % len(self.topics.keys()))
@staticmethod
def load_parents(topic):