Browse Source

追加打印

peng 1 year ago
parent
commit
85e30f78b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -342,7 +342,7 @@ class DevicePushService:
             LOGGING.info('算法对照打印:{}'.format(ALGORITHM_COMBO_TYPES))
             return types
         except Exception as e:
-            print('推送错误异常,errLine:{}, errMsg:{}'.format(e.__traceback__.tb_lineno, repr(e)))
+            LOGGING.info('推送错误异常,errLine:{}, errMsg:{}'.format(e.__traceback__.tb_lineno, repr(e)))
             return event_type
 
     @staticmethod