From bc7cbb4617f28ec33b6ff0e81e7d48a5b00310a6 Mon Sep 17 00:00:00 2001 From: Roman Bazalevskiy Date: Fri, 17 Nov 2017 13:48:50 +0300 Subject: [PATCH] =?utf8?q?=D0=9D=D0=B5=D0=B1=D1=83=D1=84=D0=B5=D1=80=D0=B8?= =?utf8?q?=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D1=8B=D0=B9=20=D0=B2=D1=8B=D0=B2?= =?utf8?q?=D0=BE=D0=B4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- weathermon-mqtt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weathermon-mqtt b/weathermon-mqtt index 1d96410..f288f51 100755 --- a/weathermon-mqtt +++ b/weathermon-mqtt @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python -u import paho.mqtt.client as paho import sys -- 2.34.1