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
|
@ -2,6 +2,7 @@
|
|||
# Copyright (c) 2020, The Monero Project.
|
||||
# Copyright (c) 2020, dsc@xmr.pm
|
||||
|
||||
import re
|
||||
import json
|
||||
import asyncio
|
||||
import os
|
||||
|
@ -20,6 +21,9 @@ from PIL import Image
|
|||
import settings
|
||||
|
||||
|
||||
RE_ADDRESS = r"^[a-zA-Z0-9]{97}$"
|
||||
|
||||
|
||||
def print_banner():
|
||||
print(f"""\033[91m
|
||||
_______________ |*\_/*|________
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue