alfg / murmur-rest

:headphones: A RESTful API for administering virtual Mumble servers. Built with Flask and Ice.
https://github.com/alfg/murmur-rest
79 stars 34 forks source link

fix: allow for no users in the settings #31

Closed koalp closed 4 years ago

koalp commented 4 years ago

closes #30

When there is no USERS environment variable or when it is empty, the application crashed.

Therefore, it have been fixed and when no USERS variable is set or when the USER variable is empty, an empty dictionnary is created as the user configuration.

alfg commented 4 years ago

Great catch. Thank you!