feat: Add sync and fix emoji error

This commit is contained in:
2023-12-29 11:42:20 +11:00
parent 5f01cf5e83
commit 6aeb02cdd2
11 changed files with 77 additions and 41 deletions

View File

@@ -199,3 +199,8 @@ def getDNS(domain: str):
"error": response['error']['message']
}
return response['result']['records']
def getNodeSync():
response = hsd.getInfo()
return response['chain']['progress']*100