mirror of
https://git.wownero.com/wowlet/wowlet-backend.git
synced 2024-08-15 01:03:13 +00:00
Add receivePIN and lookupPIN commands for Wowlet VR
This commit is contained in:
parent
dea2100bd9
commit
39845238fc
4 changed files with 115 additions and 1 deletions
|
@ -26,7 +26,7 @@ async def _setup_nodes(app: Quart):
|
|||
global cache
|
||||
with open('data/nodes.json', 'r') as f:
|
||||
nodes = json.loads(f.read()).get(settings.COIN_SYMBOL)
|
||||
cache.execute('JSON.SET', 'nodes', '.', json.dumps(nodes))
|
||||
await cache.set('nodes', json.dumps(nodes).encode())
|
||||
|
||||
|
||||
async def _setup_user_agents(app: Quart):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue