From 613757d0be4a9a2735f4599fdb37ea88c78b8cea Mon Sep 17 00:00:00 2001 From: sq9atk Date: Sat, 18 Nov 2023 20:10:18 +0100 Subject: [PATCH] =?UTF-8?q?Poprawka=20wy=C5=9Bwietlania=20komunikat=C3=B3w?= =?UTF-8?q?=20w=20konsoli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vhf_tropo_sq9atk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhf_tropo_sq9atk.py b/vhf_tropo_sq9atk.py index 99bc2d0..bce0e19 100755 --- a/vhf_tropo_sq9atk.py +++ b/vhf_tropo_sq9atk.py @@ -81,7 +81,7 @@ class VhfTropoSq9atk(SR0WXModule): return mapCropped def lonLatToMapXY(self, lon, lat, imgWidth, imgHeight): - self.__logger.info("::: Przetwarzam dane...") + self.__logger.info("::: Przetwarzam dane..\n.") imgWidth = float(imgWidth) imgHeight = float(imgHeight) lonRange = self.__mapLonEnd - self.__mapLonStart