Skip to content

Commit 46c0118

Browse files
authored
Update split_payments.py
1 parent 28a717b commit 46c0118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylnbits/split_payments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ async def add_target_wallet(self, wallet: str, alias: str, percent: float):
8585
if res is None:
8686
updatedlist = await self.get_target_wallets()
8787
return {"targets" : updatedlist}
88+
8889
return res
8990
except Exception as e:
9091
logger.info(e)

0 commit comments

Comments
 (0)