Skip to content

Commit

Permalink
Update ip_crawl_tool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oooldtoy authored Oct 4, 2019
1 parent 5280f0f commit 1148253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ip_crawl_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(name):
if name_en == '':
name_en = 'none'
if name_zh == '':
name_zh == name
name_zh = name
f = open('{}.rules'.format(name), 'wb')
f.write('#{},{},0,0,1,0,1,0,By-ip_crawl_tool\n'.format(name_en,name_zh).encode())
f.close()
Expand Down Expand Up @@ -71,4 +71,4 @@ def run(name):
#test()
#run('dlpc.exe')
a = input('请输入游戏进程名(可启动游戏后在任务管理器 进程 中查询):')
run(a)
run(a)

0 comments on commit 1148253

Please sign in to comment.