Hotfix (I wanna kill myself)
This commit is contained in:
parent
a261e56fe8
commit
1fed5ab359
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "wallman"
|
name = "wallman"
|
||||||
version = "1.5.1.4"
|
version = "1.5.1.5"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
|
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
|
||||||
]
|
]
|
||||||
|
|
|
@ -323,7 +323,7 @@ class WallpaperLogic(_ConfigLib):
|
||||||
scheduler.start()
|
scheduler.start()
|
||||||
|
|
||||||
if self.config_systray:
|
if self.config_systray:
|
||||||
import wallman_systray as systray
|
import wallman.wallman_systray as systray
|
||||||
from functools import partial
|
from functools import partial
|
||||||
|
|
||||||
scheduler: BackgroundScheduler = _schedule_background_wallpapers()
|
scheduler: BackgroundScheduler = _schedule_background_wallpapers()
|
||||||
|
|
Loading…
Reference in a new issue