From 28e701ad2678275ec97b2334fa074672a7ae7f37 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sat, 7 Oct 2023 17:03:01 +0800 Subject: [PATCH] Update demo --- clients/pyauto/README.MD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/pyauto/README.MD b/clients/pyauto/README.MD index 1b8f618..805dd7c 100644 --- a/clients/pyauto/README.MD +++ b/clients/pyauto/README.MD @@ -19,8 +19,7 @@ pip install --upgrade wcfauto import logging from time import sleep -from wcfauto import Register -from wcferry import Wcf, WxMsg +from wcfauto import Register, Wcf, WxMsg logging.basicConfig(level='DEBUG', format="%(asctime)s %(message)s") LOG = logging.getLogger("Demo")