zhangdongming 3 년 전
부모
커밋
0e058f1ad9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/PaymentCycle.py

+ 1 - 1
Controller/PaymentCycle.py

@@ -548,7 +548,7 @@ class PaypalCycleNotify(View):
             start_date = yesterday.strftime('%Y-%m-%d')
             end_date = today.strftime('%Y-%m-%d')
             transactions = billing_agreement.search_transactions(start_date, end_date)
-            logger.info('--->列出当前扣款事务'.format(transactions))
+            logger.info('--->列出当前扣款事务{}'.format(transactions))
         except Exception as e:
             logger.info('出错了~查询订阅的事务异常,errLine:{}, errMsg:{}'.format(e.__traceback__.tb_lineno, repr(e)))