share_debug_info is settable

This commit is contained in:
Alex Grintsvayg 2017-03-29 11:20:33 -04:00
parent e32aa928ac
commit beeaec986a

View file

@ -491,7 +491,8 @@ class Daemon(AuthJSONRPCServer):
'max_download': float, 'max_download': float,
'download_timeout': int, 'download_timeout': int,
'search_timeout': float, 'search_timeout': float,
'cache_time': int 'cache_time': int,
'share_debug_info': bool,
} }
def can_update_key(settings, key, setting_type): def can_update_key(settings, key, setting_type):