Skip to content

Commit

Permalink
Update comment for api calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mathoudebine committed Jan 3, 2025
1 parent 22aa0ea commit 4bc0e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 4bc0e84

Please sign in to comment.