Skip to content

Commit 99f3814

Browse files
committed
修复BASEDIR错误
1 parent a9c0fb5 commit 99f3814

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ image.py
1010
testrobot.py
1111
wechatrobot/__pycache__/
1212
db/
13-
*.pyc
13+
*.pyc
14+
docker*

wechatrobot/WeChatRobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Bus = EventBus()
1414

1515
class WeChatRobot:
16-
BASE_PATH = "C:\\users\\user\\My Documents\\WeChat Files"
16+
BASE_PATH = "C:\\Users\\user\\My Documents\\WeChat Files"
1717

1818
def __init__(self , ip : str = "0.0.0.0" , port : int = 23456):
1919
self.ip = ip

wechatrobot/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)