[lore] move the lore file to lore.json

This commit is contained in:
Eryn Wells 2016-09-25 14:06:56 -04:00
parent 89bc27515c
commit e8735d8878
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -14,3 +14,4 @@ tests/.cache
hearts.json
# Persistence for the cookie plugin.
pins.*.json
lore.json

View file

@ -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):