Skip to content

Commit 4bc0e84

Browse files
committed
Update comment for api calls
1 parent 22aa0ea commit 4bc0e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def __init__(self, main_window: TuringConfigWindow):
543543

544544
weather_info_label = ttk.Label(self.window,
545545
text="To display weather forecast on themes that support it, you need an OpenWeatherMap \"One Call API 3.0\" key.\n"
546-
"You will get 1,000 API calls per day for free. This program is configured stay under this threshold.")
546+
"You will get 1,000 API calls per day for free. This program is configured to stay under this threshold (~300 calls/day).")
547547
weather_info_label.place(x=10, y=100)
548548
weather_api_link_label = ttk.Label(self.window,
549549
text="Click here to subscribe to OpenWeatherMap One Call API 3.0.")

0 commit comments

Comments
 (0)