From 00ba7f5ef5de5ddfe95bf6c0e6a31217e4c11372 Mon Sep 17 00:00:00 2001 From: David Bures <12524436+PiDiBi@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:54:02 -0700 Subject: [PATCH] less days of weather to avoid splitting which is not working good --- locationdata.py | 2 +- mesh_bot.py | 0 pong_bot.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 mesh_bot.py mode change 100755 => 100644 pong_bot.py 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