提交 cc59fc15 编写于 作者: R Roger A. Light

Do not assign to an unused exception.

上级 ed0e1856
......@@ -2411,7 +2411,7 @@ class Client(object):
if self._state == mqtt_cs_connected and self._ping_t == 0:
try:
self._send_pingreq()
except Exception as e:
except Exception:
self._sock_close()
self._do_on_disconnect(MQTT_ERR_CONN_LOST)
else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册