mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 19:44:30 -08:00
fix(jobs): add summer job_type
This commit is contained in:
@@ -15,6 +15,7 @@ class JobType(Enum):
|
|||||||
PER_DIEM = "perdiem"
|
PER_DIEM = "perdiem"
|
||||||
NIGHTS = "nights"
|
NIGHTS = "nights"
|
||||||
OTHER = "other"
|
OTHER = "other"
|
||||||
|
SUMMER = "summer"
|
||||||
|
|
||||||
|
|
||||||
class Location(BaseModel):
|
class Location(BaseModel):
|
||||||
|
|||||||
Reference in New Issue
Block a user