mirror of
https://github.com/wahyd4/crawlab.git
synced 2026-08-19 10:07:44 +10:00
4 lines
49 B
Python
4 lines
49 B
Python
class SpiderType:
|
|
OFFLINE = 0
|
|
ONLINE = 1
|