From df20089d0d749ef7cccc25f4567203a010e31e8d Mon Sep 17 00:00:00 2001 From: Sandy Macdonald Date: Wed, 19 Feb 2020 10:10:53 +0000 Subject: [PATCH] Adding Python 3 shebang --- examples/weather-and-light.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/weather-and-light.py b/examples/weather-and-light.py index a0d755d..c741764 100644 --- a/examples/weather-and-light.py +++ b/examples/weather-and-light.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import time import numpy import colorsys -- 2.30.2