local_ui_path needs to be a str
This commit is contained in:
parent
2fb71610a4
commit
848f1f025c
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ ENVIRONMENT = Env(
|
|||
search_timeout=(float, 5.0),
|
||||
host_ui=(bool, True),
|
||||
check_ui_requirements=(bool, True),
|
||||
local_ui_path=(bool, False),
|
||||
local_ui_path=(str, ''),
|
||||
api_port=(int, 5279),
|
||||
search_servers=(list, ['lighthouse1.lbry.io:50005']),
|
||||
data_rate=(float, .0001), # points/megabyte
|
||||
|
|
Loading…
Reference in a new issue