locky 1 rok pred
rodič
commit
ee9ecdbda9
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Service/CustomizedPushService.py

+ 1 - 1
Service/CustomizedPushService.py

@@ -141,7 +141,7 @@ class CustomizedPushObject:
                     userID_id=user_id, title=title, msg=msg, jumpLink=link, addTime=n_time, updTime=n_time
                 )
                 info += ',存表成功'
-            CUSTOMIZED_PUSH_LOGGER.info('info'.format(user_id))
+            CUSTOMIZED_PUSH_LOGGER.info(info.format(user_id))
         else:
             CUSTOMIZED_PUSH_LOGGER.info('用户{}推送失败,push_type:{}'.format(user_id, push_type))