Files
crawlab/constants/node.py
2019-02-16 22:56:58 +08:00

4 lines
49 B
Python

class SpiderType:
OFFLINE = 0
ONLINE = 1