From 1fa2aacba7dfc5b0a81befcc6676a6ee541e7423 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 17 Nov 2024 15:15:13 +0800 Subject: [PATCH] Fix send_xml --- clients/python/wcferry/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/python/wcferry/client.py b/clients/python/wcferry/client.py index c0a8064..9c8d6ca 100644 --- a/clients/python/wcferry/client.py +++ b/clients/python/wcferry/client.py @@ -398,7 +398,6 @@ class Wcf(): Returns: int: 0 为成功,其他失败 """ - raise Exception("Not implemented, yet") req = wcf_pb2.Request() req.func = wcf_pb2.FUNC_SEND_XML # FUNC_SEND_XML req.xml.receiver = receiver