diff --git a/.gitignore b/.gitignore index 77df2da..6d38e65 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ tests/.cache hearts.json # Persistence for the cookie plugin. pins.*.json +lore.json diff --git a/plugins/lore.py b/plugins/lore.py index eb0d523..3669363 100644 --- a/plugins/lore.py +++ b/plugins/lore.py @@ -33,7 +33,7 @@ class Channel(object): @property def pin_file(self): - return 'pins.{}.json'.format(self.name) + return 'lore.json' @property def saved_pins(self):