Hotfix (I wanna kill myself)

This commit is contained in:
Emma Nora Theuer 2025-02-04 01:31:35 +01:00
parent a261e56fe8
commit 1fed5ab359
2 changed files with 2 additions and 2 deletions

View file

@ -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"},
]

View file

@ -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()