From f0fa8ede740ba224133ad73c5eccc2a64fdb73df Mon Sep 17 00:00:00 2001 From: Brian Berg Date: Wed, 17 Jun 2020 01:47:11 +0000 Subject: [PATCH] docs(nicehash): update references --- custom_components/nicehash/nicehash.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom_components/nicehash/nicehash.py b/custom_components/nicehash/nicehash.py index 7a684cd..2c79aad 100644 --- a/custom_components/nicehash/nicehash.py +++ b/custom_components/nicehash/nicehash.py @@ -1,7 +1,9 @@ """ NiceHash API interface -https://github.com/nicehash/rest-clients-demo/blob/master/python/nicehash.py +References: + - https://docs.nicehash.com/main/index.html + - https://github.com/nicehash/rest-clients-demo/blob/master/python/nicehash.py """ from datetime import datetime from hashlib import sha256