From 848f1f025cafe77cc6b4d9e94f13dbfad1f11954 Mon Sep 17 00:00:00 2001 From: Job Evers-Meltzer Date: Mon, 5 Dec 2016 16:29:18 -0500 Subject: [PATCH] local_ui_path needs to be a str --- lbrynet/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/conf.py b/lbrynet/conf.py index 733345dfb..63cd7bcca 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -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