From 344e1bb54d47958d5446bc18fe6a29478ebe796a Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sun, 24 May 2020 16:25:52 +0200 Subject: [PATCH] using python3 --- hardware/raspberrypi/fan/files/fan_ctrl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/raspberrypi/fan/files/fan_ctrl.py b/hardware/raspberrypi/fan/files/fan_ctrl.py index 0ec3aaf..9f3e218 100644 --- a/hardware/raspberrypi/fan/files/fan_ctrl.py +++ b/hardware/raspberrypi/fan/files/fan_ctrl.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf-8 -*- import RPi.GPIO as GPIO