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)))