From 5c68b02e0970bf4513e8d8b83e8b2f89fc913b80 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 9 Jul 2024 18:51:07 +0200 Subject: [PATCH] old legacy stable image is also no-good --- tests/test_inkycal_weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_inkycal_weather.py b/tests/test_inkycal_weather.py index 2325616..dce3297 100755 --- a/tests/test_inkycal_weather.py +++ b/tests/test_inkycal_weather.py @@ -30,7 +30,7 @@ tests = [ "forecast_interval": "daily", "units": "metric", "hour_format": "12", - "use_beaufort": True, + "use_beaufort": False, "padding_x": 10, "padding_y": 10, "fontsize": 12,