v39.2.3.0
This commit is contained in:
parent
dc2ee2cd14
commit
4be317588f
3
clients/python/wcferry/client.py
vendored
3
clients/python/wcferry/client.py
vendored
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = "39.2.2.0"
|
||||
__version__ = "39.2.3.0"
|
||||
|
||||
import atexit
|
||||
import base64
|
||||
@ -418,7 +418,6 @@ class Wcf():
|
||||
Returns:
|
||||
int: 0 为成功,其他失败
|
||||
"""
|
||||
raise Exception("Not implemented, yet")
|
||||
req = wcf_pb2.Request()
|
||||
req.func = wcf_pb2.FUNC_SEND_EMOTION # FUNC_SEND_EMOTION
|
||||
req.file.path = path
|
||||
|
Loading…
Reference in New Issue
Block a user