[lore] move the lore file to lore.json
This commit is contained in:
parent
89bc27515c
commit
e8735d8878
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,3 +14,4 @@ tests/.cache
|
||||||
hearts.json
|
hearts.json
|
||||||
# Persistence for the cookie plugin.
|
# Persistence for the cookie plugin.
|
||||||
pins.*.json
|
pins.*.json
|
||||||
|
lore.json
|
||||||
|
|
|
@ -33,7 +33,7 @@ class Channel(object):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def pin_file(self):
|
def pin_file(self):
|
||||||
return 'pins.{}.json'.format(self.name)
|
return 'lore.json'
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def saved_pins(self):
|
def saved_pins(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue