From 1fed5ab359cf9c7222bfd2ad39b8e6c54c8aa7f2 Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Tue, 4 Feb 2025 01:31:35 +0100 Subject: [PATCH] Hotfix (I wanna kill myself) --- pyproject.toml | 2 +- wallman/wallman_lib.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e78b222..fb2e221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "wallman" -version = "1.5.1.4" +version = "1.5.1.5" authors = [ {name = "Emma Nora Theuer", email = "wallman@entheuer.de"}, ] diff --git a/wallman/wallman_lib.py b/wallman/wallman_lib.py index 0591eb1..39a7123 100644 --- a/wallman/wallman_lib.py +++ b/wallman/wallman_lib.py @@ -323,7 +323,7 @@ class WallpaperLogic(_ConfigLib): scheduler.start() if self.config_systray: - import wallman_systray as systray + import wallman.wallman_systray as systray from functools import partial scheduler: BackgroundScheduler = _schedule_background_wallpapers()