From 09571d11580f03227b51c2b1131d9936bdf3ee8c Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sat, 24 Feb 2024 15:32:40 +0100 Subject: [PATCH] Fix python2 shebang. --- read_teleinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read_teleinfo.py b/read_teleinfo.py index 1a8e676..f10e3d8 100755 --- a/read_teleinfo.py +++ b/read_teleinfo.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # # pip install teleinfo # https://pypi.org/project/teleinfo/