diff --git a/classes/Config.php b/classes/Config.php index 87fdf10..c57c848 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -109,6 +109,9 @@ class Config if (getenv('CONVERT')) { $this->convert = (bool) getenv('CONVERT'); } + if (getenv('PYTHON')) { + $this->python = getenv('PYTHON'); + } } /**