Skip to content

Commit

Permalink
fix:workshop_100_compat (#78)
Browse files Browse the repository at this point in the history
* fix:workshop_100_compat

* fix:workshop_100_compat
  • Loading branch information
JarbasAl authored Oct 15, 2024
1 parent 9ba6c29 commit 342d7ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ def get_current_weather_homescreen(self, message=None):
low_temperature=weather.daily[0].temperature_low,
weather_code=weather.current.condition.code,
condition_category=weather.current.condition.category,
condition_description=self.translate(
condition_description=self.resources.render_dialog(
weather.current.condition.description
),
system_unit=weather_config.scale
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>=2.31.0
pytz
ovos-utils>=0.0.28
ovos-workshop>=0.0.16,<1.0.0
ovos-workshop>=0.0.16,<2.0.0

0 comments on commit 342d7ea

Please sign in to comment.