mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
commands.py: fix type of "timeout" arg
was str by default
This commit is contained in:
parent
159fe04daf
commit
6b1810f8dc
1 changed files with 1 additions and 0 deletions
|
@ -948,6 +948,7 @@ arg_types = {
|
|||
'fee_method': str,
|
||||
'fee_level': json_loads,
|
||||
'encrypt_file': eval_bool,
|
||||
'timeout': float,
|
||||
}
|
||||
|
||||
config_variables = {
|
||||
|
|
Loading…
Add table
Reference in a new issue