mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 22:47:05 +01:00
removed print
This commit is contained in:
parent
52ef2da76d
commit
30a0d6336b
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ async def require_admin_key(
|
||||||
token = api_key_header if api_key_header else api_key_query
|
token = api_key_header if api_key_header else api_key_query
|
||||||
|
|
||||||
wallet = await get_key_type(r, token)
|
wallet = await get_key_type(r, token)
|
||||||
print(wallet.__dict__)
|
|
||||||
|
|
||||||
if wallet.wallet_type != 0:
|
if wallet.wallet_type != 0:
|
||||||
# If wallet type is not admin then return the unauthorized status
|
# If wallet type is not admin then return the unauthorized status
|
||||||
|
|
Loading…
Add table
Reference in a new issue