Skip to content

Commit 85d082c

Browse files
authored
Merge pull request #48 from wj-Mcat/master
change Java keyword to Python
2 parents 4298737 + 65600ae commit 85d082c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/advanced/room-member-bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def main():
4949
if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os.environ:
5050
print('''
5151
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
5353
https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token
5454
''')
5555

examples/advanced/scheduler-bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def main():
6767
if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os.environ:
6868
print('''
6969
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
7171
https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token
7272
''')
7373

examples/ding-dong-bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async def main():
7070
if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os.environ:
7171
print('''
7272
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
7474
https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token
7575
''')
7676

0 commit comments

Comments
 (0)