Fixed an incorrect function call
This commit is contained in:
parent
018a651d28
commit
8b808e6a7a
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.run_wallpapers()
|
||||
logic.schedule_wallpapers()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue