Skip to content

Commit

Permalink
fix/log_spam
Browse files Browse the repository at this point in the history
remove deprecation warnings
  • Loading branch information
JarbasAl committed Dec 30, 2023
1 parent f9b9ade commit 8626e86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import os
import tempfile
from lingua_franca.format import get_date_strings
from ovos_utils.skills.api import SkillApi
from ovos_workshop.skills.api import SkillApi
from ovos_workshop.skills.ovos import OVOSSkill
from ovos_workshop.decorators import intent_handler, resting_screen_handler
from ovos_bus_client import Message
Expand Down Expand Up @@ -205,7 +205,7 @@ def handle_idle(self, message):

self.gui['rtl_mode'] = self.rtlMode
self.gui['dateFormat'] = self.config_core.get("date_format") or "DMY"
self.gui.show_page("idle.qml")
self.gui.show_page("idle")
self.bus.emit(Message("ovos.homescreen.displayed"))

def update_examples(self):
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ovos-utils~=0.0, >=0.0.35
ovos_workshop~=0.0, >=0.0.12
ovos-utils~=0.0, >=0.0.38
ovos_workshop~=0.0, >=0.0.15
ovos-lingua-franca>=0.4.7

0 comments on commit 8626e86

Please sign in to comment.