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