File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ async def main():
49
49
if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os .environ :
50
50
print ('''
51
51
Error: WECHATY_PUPPET_SERVICE_TOKEN is not found in the environment variables
52
- You need a TOKEN to run the Java Wechaty. Please goto our README for details
52
+ You need a TOKEN to run the Python Wechaty. Please goto our README for details
53
53
https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token
54
54
''' )
55
55
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ async def main():
67
67
if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os .environ :
68
68
print ('''
69
69
Error: WECHATY_PUPPET_SERVICE_TOKEN is not found in the environment variables
70
- You need a TOKEN to run the Java Wechaty. Please goto our README for details
70
+ You need a TOKEN to run the Python Wechaty. Please goto our README for details
71
71
https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token
72
72
''' )
73
73
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ async def main():
70
70
if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os .environ :
71
71
print ('''
72
72
Error: WECHATY_PUPPET_SERVICE_TOKEN is not found in the environment variables
73
- You need a TOKEN to run the Java Wechaty. Please goto our README for details
73
+ You need a TOKEN to run the Python Wechaty. Please goto our README for details
74
74
https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token
75
75
''' )
76
76
You can’t perform that action at this time.
0 commit comments