mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-27 11:16:48 +01:00
Correct use_flaresolverr_proxy error checking.
This commit is contained in:
parent
951cc73e46
commit
23a00fb15a
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ def get_valid_set_options():
|
|||
'use_cloudscraper':(None,None,boollist),
|
||||
'use_basic_cache':(None,None,boollist),
|
||||
'use_nsapa_proxy':(None,None,boollist),
|
||||
'use_flaresolverr_proxy':(None,None,boollist)+['withimages'],
|
||||
'use_flaresolverr_proxy':(None,None,boollist+['withimages']),
|
||||
|
||||
## currently, browser_cache_path is assumed to be
|
||||
## shared and only ffnet uses it so far
|
||||
|
|
|
|||
Loading…
Reference in a new issue