This commit is contained in:
benarc 2021-10-12 09:44:41 +01:00
parent ca3b1d7455
commit f94543943f

View file

@ -36,7 +36,7 @@ async def api_get_jukeboxs(
wallet: WalletTypeInfo = Depends(get_key_type), wallet: WalletTypeInfo = Depends(get_key_type),
all_wallets: bool = Query(False), all_wallets: bool = Query(False),
): ):
wallet_user = wallet.wallet[0].user wallet_user = wallet.wallet.user
try: try:
return [ return [