From c271ba666e37d10d13df2c02221f43797b366426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Fri, 6 Dec 2019 15:23:24 +0100 Subject: [PATCH] Using python3 by default in OTA manager --- code/ota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ota.py b/code/ota.py index 9cd9edcf..4d1687c3 100755 --- a/code/ota.py +++ b/code/ota.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding=utf-8 # ------------------------------------------------------------------------------- # ESPurna OTA manager