Minor improvements

This commit is contained in:
Ace 2020-11-13 10:14:30 +01:00
parent 517f1ac5b1
commit 0dfd78d33d
2 changed files with 3 additions and 3 deletions

View File

@ -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__':

View File

@ -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))
print('running {0} in standalone mode'.format(filename))