From e8735d887869881161b9575393cb205512ad1fb0 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 25 Sep 2016 14:06:56 -0400 Subject: [PATCH] [lore] move the lore file to lore.json --- .gitignore | 1 + plugins/lore.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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):