wip iugu
This commit is contained in:
@@ -16,6 +16,8 @@ from config import (
|
||||
BUCKET_NAME,
|
||||
COURSE_TABLE,
|
||||
ENROLLMENT_TABLE,
|
||||
HTTP_CONNECT_TIMEOUT,
|
||||
HTTP_READ_TIMEOUT,
|
||||
PAPERFORGE_API,
|
||||
)
|
||||
|
||||
@@ -149,7 +151,7 @@ def _generate_cert(
|
||||
else None,
|
||||
},
|
||||
},
|
||||
timeout=(1, 3),
|
||||
timeout=(HTTP_CONNECT_TIMEOUT, HTTP_READ_TIMEOUT),
|
||||
)
|
||||
r.raise_for_status()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user