Permalink
Browse files

[修复] 修正输出提示 (#837)

1 parent 3d5bda4 commit aa520e696207a6c2843f7c26330c565daec4cf17 @F-loat F-loat committed Jan 3, 2018
Showing with 2 additions and 2 deletions.
  1. +2 −2 wechat_jump_auto.py
View
@@ -27,8 +27,8 @@
from common import debug, config, screenshot
except Exception as ex:
print(ex)
- print('请在项目根目录中运行脚本')
- print('请检查项目根目录从的 common 文件夹是否存在')
+ print('请将脚本放在项目根目录中运行')
+ print('请检查项目根目录中的 common 文件夹是否存在')
exit(-1)

0 comments on commit aa520e6

Please sign in to comment.