|
@@ -153,6 +153,6 @@ if __name__ == '__main__':
|
|
logging.info("回调接口请求结果为: %s", result_object2)
|
|
logging.info("回调接口请求结果为: %s", result_object2)
|
|
except Exception as e:
|
|
except Exception as e:
|
|
logging.exception("局部异常处理: %s" % str(e))
|
|
logging.exception("局部异常处理: %s" % str(e))
|
|
- time.sleep(2)
|
|
|
|
|
|
+ time.sleep(30)
|
|
except Exception as e:
|
|
except Exception as e:
|
|
logging.exception("全局错误处理: %s" % str(e))
|
|
logging.exception("全局错误处理: %s" % str(e))
|