issues
search
jh0ker
/
mau_mau_bot
Telegram Bot that allows you to play Mau Mau (UNO) via inline queries
GNU Affero General Public License v3.0
312
stars
231
forks
source link
Improve admin list and bool parsing from envvars
#128
Closed
divadsn
closed
8 months ago
divadsn
commented
8 months ago
ADMIN_LIST
from env vars were not parsed (expected list, os.getenv returns a str)
Removed incorrect condition check for
OPEN_LOBBY
and
ENABLE_TRANSLATIONS
(bool from json was compared to str)
jh0ker
commented
8 months ago
Very nice, thank you!
ADMIN_LIST
from env vars were not parsed (expected list, os.getenv returns a str)OPEN_LOBBY
andENABLE_TRANSLATIONS
(bool from json was compared to str)