Add exception for unimplemented get_qrcode
This commit is contained in:
parent
bf8e6bddb9
commit
947c64a022
1
clients/python/wcferry/client.py
vendored
1
clients/python/wcferry/client.py
vendored
@ -150,6 +150,7 @@ class Wcf():
|
||||
|
||||
def get_qrcode(self) -> str:
|
||||
"""获取登录二维码,已经登录则返回空字符串"""
|
||||
raise Exception("Not implemented, yet")
|
||||
req = wcf_pb2.Request()
|
||||
req.func = wcf_pb2.FUNC_REFRESH_QRCODE # FUNC_REFRESH_QRCODE
|
||||
rsp = self._send_request(req)
|
||||
|
Loading…
Reference in New Issue
Block a user