mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
Use default encoding when reading profile.ini
This commit is contained in:
@@ -839,7 +839,7 @@ def read_profiles(basepath):
|
||||
|
||||
# Read profiles from Firefox profile folder
|
||||
profiles = ConfigParser()
|
||||
profiles.read(profileini)
|
||||
profiles.read(profileini, encoding=DEFAULT_ENCODING)
|
||||
|
||||
LOG.debug("Read profiles %s", profiles.sections())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user