From 7d1f125b0b5a05adafae13a5f2cb137843e51ded Mon Sep 17 00:00:00 2001 From: UpstreamData Date: Mon, 27 Nov 2023 11:07:43 -0700 Subject: [PATCH] docs: update settings docs to list. --- docs/settings/settings.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/settings/settings.md b/docs/settings/settings.md index cd09f21f..e18710f6 100644 --- a/docs/settings/settings.md +++ b/docs/settings/settings.md @@ -4,20 +4,20 @@ All settings here are global settings for all of pyasic. Set these settings with `update(key, value)`. Settings options: -`network_ping_retries` -`network_ping_timeout` -`network_scan_threads` -`factory_get_retries` -`factory_get_timeout` -`get_data_retries` -`api_function_timeout` -`default_whatsminer_password` -`default_innosilicon_password` -`default_antminer_password` -`default_bosminer_password` -`default_vnish_password` -`default_goldshell_password` -`socket_linger_time` +- `network_ping_retries` +- `network_ping_timeout` +- `network_scan_threads` +- `factory_get_retries` +- `factory_get_timeout` +- `get_data_retries` +- `api_function_timeout` +- `default_whatsminer_password` +- `default_innosilicon_password` +- `default_antminer_password` +- `default_bosminer_password` +- `default_vnish_password` +- `default_goldshell_password` +- `socket_linger_time` ### get