1
0

Use browser_cookie3 instead v2
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 32s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 25s

This commit is contained in:
Jon Michael Aanes 2025-05-14 23:55:51 +02:00
parent 0bb93be1be
commit 1f989184d2

View File

@ -98,7 +98,7 @@ def get_cookiejar(use_cookiejar: bool):
if len(cookiejar) > 10:
return cookiejar
browser_cookie3.firefox(
['/home/jmaa/.cachy/mbui5xg7.default-release/cookies.sqlite'],
'/home/jmaa/.cachy/mbui5xg7.default-release/cookies.sqlite'
)
if len(cookiejar) > 10:
return cookiejar