Remove remote demo
This commit is contained in:
parent
2d5097ee3d
commit
4a60e3b5f1
@ -25,7 +25,6 @@ def process_msg(wcf: Wcf):
|
||||
def main():
|
||||
LOG.info("Start demo...")
|
||||
wcf = Wcf(debug=True) # 默认连接本地服务
|
||||
# wcf = Wcf("tcp://127.0.0.1:10086") # 连接远端服务
|
||||
|
||||
sleep(5) # 等微信加载好,以免信息显示异常
|
||||
LOG.info(f"已经登录: {True if wcf.is_login() else False}")
|
||||
|
Loading…
Reference in New Issue
Block a user