From c38c319a160c295bb0eb7d65b7e49de8f8a650fb Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sun, 11 Jun 2017 20:06:47 -0400 Subject: [PATCH] force python 3 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9294690..01a2867 100755 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -#! /bin/python +#! /usr/bin/env python3 import os, time, signal, traceback, logging import RPi.GPIO as GPIO