commands.py: fix type of "timeout" arg

was str by default
This commit is contained in:
SomberNight 2019-08-15 19:31:31 +02:00 committed by ThomasV
parent 159fe04daf
commit 6b1810f8dc

View file

@ -948,6 +948,7 @@ arg_types = {
'fee_method': str,
'fee_level': json_loads,
'encrypt_file': eval_bool,
'timeout': float,
}
config_variables = {