From f922370c6c97f2ce5bc302dd46464820bd3124b8 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 27 May 2019 20:25:09 +0200 Subject: [PATCH] if envs is not set --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index e4a78e6..bd4cfa6 100644 --- a/main.py +++ b/main.py @@ -54,6 +54,7 @@ def main(): # Remote Envs envsraw = os.environ.get('PLUGIN_ENVS') + envs = None if envsraw is not None: prefix = 'PLUGIN_' # Take only the envs that start with PLUGIN_ and remore the prefix