diff --git a/locationdata.py b/locationdata.py index e51df4a..318e581 100644 --- a/locationdata.py +++ b/locationdata.py @@ -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" diff --git a/mesh_bot.py b/mesh_bot.py old mode 100755 new mode 100644 diff --git a/pong_bot.py b/pong_bot.py old mode 100755 new mode 100644