Made config keys case sensitive
This commit is contained in:
@ -16,6 +16,7 @@ import math
|
||||
|
||||
# Get config
|
||||
config = configparser.ConfigParser()
|
||||
config.optionxform = str
|
||||
config.read(os.path.expanduser("~/.config/miniplayer/config"))
|
||||
|
||||
if "player" not in config.sections():
|
||||
|
Reference in New Issue
Block a user