Skip to content

Commit 5b924b8

Browse files
committed
used config instead of hardcoded string cookie
1 parent db7b106 commit 5b924b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scrape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def scrape(
1414
) -> dict[str, dict[str, Any]]:
1515

1616
session = Session()
17-
session.cookies.set("shib_idp_session", "faf054f59fdefbfe1a75d7ea605ac998df18af01af45f109db47f7f814dde855")
17+
session.cookies.set("shib_idp_session", config.shib_idp_session_cookie)
1818

1919
data: dict[str, dict[str, Any]] = {}
2020

0 commit comments

Comments
 (0)