mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-03 22:53:24 +01:00
Fix fix_pseudo_html in configurable.py for plugin edit check.
This commit is contained in:
parent
97b0468e8f
commit
7b363dfa58
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ def get_valid_set_options():
|
|||
'apocrypha_to_omake':(base_xenforo_list,None,boollist),
|
||||
'show_chapter_authors':(base_xenforo_list,None,boollist),
|
||||
'replace_failed_smilies_with_alt_text':(base_xenforo_list,None,boollist),
|
||||
'fix_pseudo_html': (['www.webnovel.com'], None, boollist)
|
||||
'fix_pseudo_html': (['webnovel.com'], None, boollist)
|
||||
}
|
||||
|
||||
return dict(valdict)
|
||||
|
|
|
|||
Loading…
Reference in a new issue