added documentation and default value for as of yet unimplemented paired punctuation stripping functionality (#25)

This commit is contained in:
Lynne 2019-07-01 17:19:52 +10:00
parent 86bbfb442b
commit a19d429841
3 changed files with 5 additions and 3 deletions

View file

@ -20,7 +20,8 @@ cfg = {
"instance_blacklist": ["bofa.lol", "witches.town", "knzk.me"],
"learn_from_cw": False,
"mention_handling": 1,
"max_thread_length": 15
"max_thread_length": 15,
"strip_paired_punctuation": False
}
cfg.update(json.load(open('config.json', 'r')))