Compare commits
No commits in common. "9283e18b9079cbd744b02ebd638125631eed4d0a" and "00906aacd5f99ec4678f14f4ba4ed2bc5572678e" have entirely different histories.
9283e18b90
...
00906aacd5
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "wallman"
|
||||
version = "1.5.2.7"
|
||||
version = "1.5.2.6"
|
||||
authors = [
|
||||
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
|
||||
]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
from wallman.wallman_lib import WallpaperLogic
|
||||
from wallman.wallman_lib import ConfigValidity, WallpaperLogic
|
||||
|
||||
def main():
|
||||
logic: WallpaperLogic = WallpaperLogic()
|
||||
|
|
Loading…
Reference in a new issue