musicpack / mbox

Music Box is a music player widget in a Discord message.
7 stars 2 forks source link

Hotfix: Made config parser run regardless if config exists #82

Closed borisliao closed 3 years ago

borisliao commented 3 years ago

This hotfix will load the config.ini regardless if config.ini exists. This fixes error disk_config does not exist. This PR also contains fixes to support versions < python 3.8 by using typing library. ref

Karan-Jain commented 3 years ago

Could we change the name from diskconfig to just config

borisliao commented 3 years ago

Its a hotfix, but it can be done. I just thought that disk_config is more clear where the config is coming from as opposed to default_config.