diff --git a/blogtopoid/blogtopoid.py b/blogtopoid/blogtopoid.py index 5c422f1..6669b62 100644 --- a/blogtopoid/blogtopoid.py +++ b/blogtopoid/blogtopoid.py @@ -209,6 +209,7 @@ class Page(Post): self.link = "{}{}".format(config.blogurl, self.outfile) +@singleton class Hashstore(object): """ store file hashes in a json file """ def __init__(self, jsonfile):