docs(nicehash): update references

This commit is contained in:
Brian Berg 2020-06-17 01:47:11 +00:00
parent 96498e580e
commit f0fa8ede74

View File

@ -1,7 +1,9 @@
""" """
NiceHash API interface 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 datetime import datetime
from hashlib import sha256 from hashlib import sha256