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