Adjust naming of the function that actually runs the wallpapers
This commit is contained in:
parent
e0aaed8e36
commit
fa13c7f135
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ def main():
|
|||
logic = wallman_lib.WallpaperLogic()
|
||||
validator.validate_config()
|
||||
logic.set_wallpaper_by_time()
|
||||
logic.schedule_wallpapers()
|
||||
logic.run_wallpapers()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue