From 65600ae3ab1ac130a41dd840ec94af2bd8b1ed9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=91=E9=A9=AC=E5=B0=8F=E7=8C=AB?= <1435130236@qq.com> Date: Sun, 7 Mar 2021 16:09:01 +0800 Subject: [PATCH] change Java keyword to Python --- examples/advanced/room-member-bot.py | 2 +- examples/advanced/scheduler-bot.py | 2 +- examples/ding-dong-bot.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/advanced/room-member-bot.py b/examples/advanced/room-member-bot.py index 72447da..2516597 100644 --- a/examples/advanced/room-member-bot.py +++ b/examples/advanced/room-member-bot.py @@ -49,7 +49,7 @@ async def main(): if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os.environ: print(''' Error: WECHATY_PUPPET_SERVICE_TOKEN is not found in the environment variables - You need a TOKEN to run the Java Wechaty. Please goto our README for details + You need a TOKEN to run the Python Wechaty. Please goto our README for details https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token ''') diff --git a/examples/advanced/scheduler-bot.py b/examples/advanced/scheduler-bot.py index b26faa6..d216631 100644 --- a/examples/advanced/scheduler-bot.py +++ b/examples/advanced/scheduler-bot.py @@ -67,7 +67,7 @@ async def main(): if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os.environ: print(''' Error: WECHATY_PUPPET_SERVICE_TOKEN is not found in the environment variables - You need a TOKEN to run the Java Wechaty. Please goto our README for details + You need a TOKEN to run the Python Wechaty. Please goto our README for details https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token ''') diff --git a/examples/ding-dong-bot.py b/examples/ding-dong-bot.py index a1c1181..d0f8253 100755 --- a/examples/ding-dong-bot.py +++ b/examples/ding-dong-bot.py @@ -70,7 +70,7 @@ async def main(): if 'WECHATY_PUPPET_SERVICE_TOKEN' not in os.environ: print(''' Error: WECHATY_PUPPET_SERVICE_TOKEN is not found in the environment variables - You need a TOKEN to run the Java Wechaty. Please goto our README for details + You need a TOKEN to run the Python Wechaty. Please goto our README for details https://github.com/wechaty/python-wechaty-getting-started/#wechaty_puppet_service_token ''')