From 4ce4c62afe74070ed8cd2b58bd4f095e99a3fe56 Mon Sep 17 00:00:00 2001 From: jpmeijers Date: Sun, 5 Mar 2017 00:30:06 +0100 Subject: [PATCH] Don't force check for GW_TYPE --- run.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/run.py b/run.py index 33e72d8..bbf2b70 100755 --- a/run.py +++ b/run.py @@ -45,11 +45,6 @@ print ("*******************") print ("*** Configuration:") print ("*******************") -if os.environ.get("GW_TYPE")==None: - print ("ERROR: GW_TYPE required") - print ("See https://github.com/rayozzie/ttn-resin-gateway-rpi/blob/master/README.md") - sys.exit(0) - if os.environ.get("GW_ID")==None: print ("ERROR: GW_ID required") print ("See https://www.thethingsnetwork.org/docs/gateways/registration.html#via-gateway-connector")