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