Hotfix (AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)

This commit is contained in:
Emma Nora Theuer 2025-02-04 01:15:59 +01:00
parent 51a7acb765
commit a261e56fe8
2 changed files with 3 additions and 3 deletions

View file

@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "wallman"
version = "1.5.1.3"
version = "1.5.1.4"
authors = [
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
]
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"
keywords = ["Desktop", "Wallpapers"]
license = {text = "MIT"}

View file

@ -7,7 +7,7 @@ from apscheduler.schedulers.background import BackgroundScheduler
from apscheduler.triggers.cron import CronTrigger
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.
global logger