v39.2.3.0

This commit is contained in:
Changhua 2024-07-04 19:55:07 +08:00
parent dc2ee2cd14
commit 4be317588f

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "39.2.2.0" __version__ = "39.2.3.0"
import atexit import atexit
import base64 import base64
@ -418,7 +418,6 @@ class Wcf():
Returns: Returns:
int: 0 为成功其他失败 int: 0 为成功其他失败
""" """
raise Exception("Not implemented, yet")
req = wcf_pb2.Request() req = wcf_pb2.Request()
req.func = wcf_pb2.FUNC_SEND_EMOTION # FUNC_SEND_EMOTION req.func = wcf_pb2.FUNC_SEND_EMOTION # FUNC_SEND_EMOTION
req.file.path = path req.file.path = path