less days of weather to avoid splitting which is not working good

This commit is contained in:
David Bures
2024-06-26 14:54:02 -07:00
parent 7440a5c4fd
commit 00ba7f5ef5
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import requests # pip install requests
import bs4 as bs # pip install beautifulsoup4
URL_TIMEOUT = 10 # wait time for URL requests
DAYS_OF_WEATHER = 4 # weather forecast days, the first two rows are today and tonight
DAYS_OF_WEATHER = 2 # weather forecast days, the first two rows are today and tonight
# unified error messages to be able to test them from tests
NO_DATA_NOGPS = "no location data: does your device have GPS?"
ERROR_FETCHING_DATA = "error fetching data"
Executable → Regular
View File
Executable → Regular
View File