From 134900137f4a34b3438d666edbdc1507c3ffa355 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Fri, 7 Jun 2024 00:27:36 +0200 Subject: [PATCH] Test shutdown. --- thermostat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermostat.py b/thermostat.py index a72e4e7..c39d37f 100755 --- a/thermostat.py +++ b/thermostat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 from flask import Flask, request from flask_restx import Api, Resource, fields from functools import wraps