From 0dfd78d33d0adf860a3db293204e55f4c993ca13 Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 13 Nov 2020 10:14:30 +0100 Subject: [PATCH] Minor improvements --- inkycal/modules/inkycal_feeds.py | 2 +- inkycal/modules/inkycal_weather.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inkycal/modules/inkycal_feeds.py b/inkycal/modules/inkycal_feeds.py index 5be0a91..961f4dc 100644 --- a/inkycal/modules/inkycal_feeds.py +++ b/inkycal/modules/inkycal_feeds.py @@ -145,7 +145,7 @@ class Feeds(inkycal_module): write(im_black, line_positions[_], (line_width, line_height), filtered_feeds[_], font = self.font, alignment= 'left') - # Save image of black and colour channel in image-folder + # return images return im_black, im_colour if __name__ == '__main__': diff --git a/inkycal/modules/inkycal_weather.py b/inkycal/modules/inkycal_weather.py index 653f591..c440b29 100644 --- a/inkycal/modules/inkycal_weather.py +++ b/inkycal/modules/inkycal_weather.py @@ -39,7 +39,7 @@ class Weather(inkycal_module): "location": { "label":"Please enter your location in the following format: City, Country-Code. "+ "You can also enter the location ID found in the url "+ - "e.g. https://openweathermap.org/city/4893171 -> ID is 4893171" + "e.g. https://openweathermap.org/city/4893171 -> ID is 4893171" } } @@ -517,4 +517,4 @@ class Weather(inkycal_module): return im_black, im_colour if __name__ == '__main__': - print('running {0} in standalone mode'.format(filename)) \ No newline at end of file + print('running {0} in standalone mode'.format(filename))