fix: DB doesn't return address
This commit is contained in:
parent
730c48dd2a
commit
114818f294
@ -51,5 +51,6 @@ def get_website_wallet(domain,token):
|
||||
parsed = json.loads(parsed)
|
||||
if token in parsed:
|
||||
parsed = parsed[token]
|
||||
return parsed
|
||||
|
||||
return ""
|
Loading…
Reference in New Issue
Block a user