correction #

This commit is contained in:
Mylloon 2021-08-14 20:08:18 +02:00
parent 6c69efdd73
commit 7471ccae0e

View file

@ -171,7 +171,7 @@ def load(variables):
load_dotenv() # load .env file
for var in variables:
try:
if var == "DOCKER_KASSOUBOT": # check is VERBOSE is set
if var == "DOCKER_KASSOUBOT": # check is DOCKER_KASSOUBOT is set
try:
res = bool(environ[var])
except: