mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
added deploys
This commit is contained in:
@@ -6,7 +6,7 @@ from model.base import BaseModel
|
||||
class Spider(BaseModel):
|
||||
_id = ObjectIdField()
|
||||
spider_name = StringField()
|
||||
cmd = StringField()
|
||||
src = StringField()
|
||||
spider_type = IntField()
|
||||
lang_type = IntField()
|
||||
execute_cmd = StringField()
|
||||
src_file_path = StringField()
|
||||
|
||||
Reference in New Issue
Block a user