Minor improvements
This commit is contained in:
parent
517f1ac5b1
commit
0dfd78d33d
@ -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__':
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user