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_level': json_loads,
|
||||
'encrypt_file': eval_bool,
|
||||
'timeout': float,
|
||||
}
|
||||
|
||||
config_variables = {
|
||||
|
||||
Reference in New Issue
Block a user