peng hai 1 ano
pai
achega
85e30f78b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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