From 7b1e0bcec361def0c69a56a7cf6aa41bb2475677 Mon Sep 17 00:00:00 2001 From: atkkta Date: Fri, 23 Sep 2016 07:34:45 +0000 Subject: [PATCH] add python env --- scripts/lambda_zabbix.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/lambda_zabbix.py b/scripts/lambda_zabbix.py index 2918f8e..6469a91 100755 --- a/scripts/lambda_zabbix.py +++ b/scripts/lambda_zabbix.py @@ -1,3 +1,5 @@ +#!/bin/env python + import boto3 import json import argparse