Add fallbacks for small collections
This commit is contained in:
parent
1cf0d1c0af
commit
4bbb265342
5 changed files with 264 additions and 192 deletions
|
@ -3,6 +3,7 @@ serverpath = ""
|
|||
subfolder = ""
|
||||
url = ""
|
||||
name = "your name"
|
||||
sig = False
|
||||
highpriority = ["deckname","nameofadeck"]
|
||||
trademedium = True
|
||||
tradepost = "URL"
|
||||
|
@ -14,10 +15,9 @@ collectthreshold = 2
|
|||
mediumthreshold = 5
|
||||
massmediumthreshold = 1
|
||||
highthreshold = 10
|
||||
keepsig = False
|
||||
keepsig = True
|
||||
tradestatement = ""
|
||||
maxmastered = 20
|
||||
ownedpage = False
|
||||
firstmasteries = ["deckname","nameofdeck"]
|
||||
misclink = {"link":"","text":""}
|
||||
donations = {"decks":[],"scrapbook":[]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue