Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@
QQWRY_PATH = os.path.dirname(__file__) + "/data/qqwry.dat"
THREADNUM = 5
API_PORT = 8000

class POWER_CONFIG(object):
bind = '127.0.0.1'
port = 8888
username = ''
password = ''
debug = False
config = ''
forward = True
'''
爬虫爬取和检测ip的设置条件
不需要检测ip是否已经存在,因为会定时清理
Expand Down
Loading