This commit is contained in:
yumoqing 2025-12-16 13:57:04 +08:00
parent 671e40bac2
commit d87a6c5bad

View File

@ -62,7 +62,6 @@ class RechargeBiz(PFBiz):
ao = Accounting(self) ao = Accounting(self)
await self.write_bill(sor) await self.write_bill(sor)
await ao.do_accounting(sor) await ao.do_accounting(sor)
print(f'recharge ok for {self.bill}, {nodes=}')
return True return True
async def write_bill(self, sor): async def write_bill(self, sor):