support model and wait only for 30s for cookie used by csrf
This commit is contained in:
@@ -107,6 +107,9 @@ class ReserveResultPojo:
|
||||
if 'created_at' in source:
|
||||
created_at = source['created_at']
|
||||
result.created_at = created_at
|
||||
if 'model' in source:
|
||||
model = source['model']
|
||||
result.model = model
|
||||
if 'validated_at' in source:
|
||||
validated_at = source['validated_at']
|
||||
result.validated_at = validated_at
|
||||
|
||||
Reference in New Issue
Block a user