From 85d6489689f270482525e17b6315ef58821df22b Mon Sep 17 00:00:00 2001 From: Shahidh K Muhammed Date: Tue, 26 Mar 2019 14:10:22 +0530 Subject: [PATCH] another bugfix --- microservices/app/src/hasura.py | 1 + 1 file changed, 1 insertion(+) diff --git a/microservices/app/src/hasura.py b/microservices/app/src/hasura.py index b65db84..cadc428 100644 --- a/microservices/app/src/hasura.py +++ b/microservices/app/src/hasura.py @@ -4,6 +4,7 @@ import requests from flask import Blueprint, jsonify # bugfix +#another bugfix PRODUCTION_ENV = os.environ.get("PRODUCTION") CLUSTER_NAME = os.environ.get("CLUSTER_NAME") if CLUSTER_NAME is None: