From 4bc0e84f5a3f88c4cc4f1d865632e8d0eb291514 Mon Sep 17 00:00:00 2001 From: Matthieu Houdebine Date: Fri, 3 Jan 2025 12:14:01 +0100 Subject: [PATCH] Update comment for api calls --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 9a20c322..f3f60dd7 100755 --- a/configure.py +++ b/configure.py @@ -543,7 +543,7 @@ def __init__(self, main_window: TuringConfigWindow): weather_info_label = ttk.Label(self.window, text="To display weather forecast on themes that support it, you need an OpenWeatherMap \"One Call API 3.0\" key.\n" - "You will get 1,000 API calls per day for free. This program is configured stay under this threshold.") + "You will get 1,000 API calls per day for free. This program is configured to stay under this threshold (~300 calls/day).") weather_info_label.place(x=10, y=100) weather_api_link_label = ttk.Label(self.window, text="Click here to subscribe to OpenWeatherMap One Call API 3.0.")