Hotfix (AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)
This commit is contained in:
parent
51a7acb765
commit
a261e56fe8
2 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "wallman"
|
name = "wallman"
|
||||||
version = "1.5.1.3"
|
version = "1.5.1.4"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
|
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
|
||||||
]
|
]
|
||||||
description = "A simple program to set dynamic wallpapers on standalone X11 Windows Managers and Wayland compositors"
|
description = "A simple program to set dynamic wallpapers on standalone X11 Windows Managers and Wayland compositors"
|
||||||
readme = "pypireadme.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
keywords = ["Desktop", "Wallpapers"]
|
keywords = ["Desktop", "Wallpapers"]
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
|
|
|
@ -7,7 +7,7 @@ from apscheduler.schedulers.background import BackgroundScheduler
|
||||||
from apscheduler.triggers.cron import CronTrigger
|
from apscheduler.triggers.cron import CronTrigger
|
||||||
from typing import Dict, List
|
from typing import Dict, List
|
||||||
|
|
||||||
from wallman_classes import ConfigError, ConfigGeneral, ConfigFile
|
from wallman.wallman_classes import ConfigError, ConfigGeneral, ConfigFile
|
||||||
|
|
||||||
# Setup Logging. NOTE: Declaration as a global variable is necessary to ensure correct functionality across multiple modules.
|
# Setup Logging. NOTE: Declaration as a global variable is necessary to ensure correct functionality across multiple modules.
|
||||||
global logger
|
global logger
|
||||||
|
|
Loading…
Reference in a new issue