mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
✨ Avoid empty search location first by using . the current directory
This commit is contained in:
@@ -282,7 +282,7 @@ def load_libnss():
|
|||||||
"""Load libnss into python using the CDLL interface"""
|
"""Load libnss into python using the CDLL interface"""
|
||||||
|
|
||||||
locations: list[str] = [
|
locations: list[str] = [
|
||||||
os.environ.get("NSS_LIB_PATH", ""),
|
os.environ.get("NSS_LIB_PATH", "."),
|
||||||
]
|
]
|
||||||
|
|
||||||
if SYSTEM == "Windows":
|
if SYSTEM == "Windows":
|
||||||
|
|||||||
Reference in New Issue
Block a user