commands.py: fix type of "timeout" arg
was str by default
This commit is contained in:
@@ -948,6 +948,7 @@ arg_types = {
|
|||||||
'fee_method': str,
|
'fee_method': str,
|
||||||
'fee_level': json_loads,
|
'fee_level': json_loads,
|
||||||
'encrypt_file': eval_bool,
|
'encrypt_file': eval_bool,
|
||||||
|
'timeout': float,
|
||||||
}
|
}
|
||||||
|
|
||||||
config_variables = {
|
config_variables = {
|
||||||
|
|||||||
Reference in New Issue
Block a user