Update stable.py
This commit is contained in:
		| @@ -15,8 +15,8 @@ Copyright by Ace-Laboratory | |||||||
| # location refers to the city you live in. You api key will be used to grab live | # location refers to the city you live in. You api key will be used to grab live | ||||||
| # weather data for this city. Use the format below (city-name, country code) | # weather data for this city. Use the format below (city-name, country code) | ||||||
|  |  | ||||||
| # When does the week normally start in your country? | # week_starts_on refers to the day on which the week starts on in your country. | ||||||
| # Choose between Monday and Sunday | # Choose between Monday and Sunday. | ||||||
|  |  | ||||||
| """ To quickly get started, fill in the following details:""" | """ To quickly get started, fill in the following details:""" | ||||||
|  |  | ||||||
| @@ -25,7 +25,7 @@ api_key = "" | |||||||
| location = "California, US" | location = "California, US" | ||||||
| week_starts_on = "Monday" | week_starts_on = "Monday" | ||||||
|  |  | ||||||
| """That's all. The software will do the rest.""" | """That's all. The software will do the rest. You don't need to modify anything below this.""" | ||||||
|  |  | ||||||
| import epd7in5b #epd-control | import epd7in5b #epd-control | ||||||
| from PIL import Image, ImageDraw, ImageFont, ImageOps #image operations | from PIL import Image, ImageDraw, ImageFont, ImageOps #image operations | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user