bug: fix some cases where web command data can fail.
This commit is contained in:
@@ -414,6 +414,7 @@ class BaseMiner(ABC):
|
||||
else:
|
||||
args_to_send[arg_name] = api_command_data
|
||||
if fn_args[arg_name].get("web"):
|
||||
if web_command_data is not None:
|
||||
if web_command_data.get("multicommand"):
|
||||
args_to_send[arg_name] = web_command_data[
|
||||
fn_args[arg_name]["web"]
|
||||
|
||||
Reference in New Issue
Block a user