From 342d7eaf55e253716791b9d462f8bcd5af590cb1 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:36:51 +0100 Subject: [PATCH] fix:workshop_100_compat (#78) * fix:workshop_100_compat * fix:workshop_100_compat --- __init__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 896fd29b..6e3cc28b 100644 --- a/__init__.py +++ b/__init__.py @@ -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 diff --git a/requirements.txt b/requirements.txt index ccf71889..f6b6a58e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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