Skip to content

Commit

Permalink
Merge pull request #1 from koconder/patch-2
Browse files Browse the repository at this point in the history
fix: Update appsdb.py
  • Loading branch information
vincentkoc authored Oct 8, 2023
2 parents 9a0cf10 + b8b1d40 commit 6e7c272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mackup/appsdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self):
self.apps = dict()

for config_file in ApplicationsDatabase.get_config_files():
config = configparser.SafeConfigParser(allow_no_value=True)
config = configparser.ConfigParser(allow_no_value=True)

# Needed to not lowercase the configuration_files in the ini files
config.optionxform = str
Expand Down

0 comments on commit 6e7c272

Please sign in to comment.