diff --git a/AutoBuild/tw_165.py b/AutoBuild/tw_165.py index 12e8f6c..b0d2299 100644 --- a/AutoBuild/tw_165.py +++ b/AutoBuild/tw_165.py @@ -10,7 +10,7 @@ logger = logging.getLogger(__name__) def main(): - url = os.getenv('TW165', None) + url = os.getenv('env.TW165', None) if not url: logger.critical('URL NOT SET') return