diff --git a/__init__.py b/__init__.py index 5767038..aa798b2 100644 --- a/__init__.py +++ b/__init__.py @@ -33,15 +33,9 @@ def initialize(self): def fetch_wallpapers(self, query=None) -> str: self.picture_list = get_wallpapers(query) self.pic_idx = 0 - self.gui["imgLink"] = self.picture_list[self.pic_idx] self.set_context("PhotoUpdated") return self.picture_list[self.pic_idx] - @resting_screen_handler("Wallpapers") - def idle(self, message=None): - image = self.fetch_wallpapers() - self.gui.show_image(image, fill='PreserveAspectFit') - # PHAL wallpaper manager integrations def register_with_PHAL(self): self.bus.emit(Message("ovos.wallpaper.manager.register.provider",