Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit d6c7cd4

Browse files
author
ohitstom
committed
Function Naming Fix
1 parent 9263f0a commit d6c7cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ async def install(launch=False):
359359
globals.pix_cache.clear()
360360

361361
themes = utils.list_config_available("themes")
362-
backgrounds = utils.screenshots("themes")
362+
backgrounds = utils.theme_images()
363363
for theme in themes:
364364
background=str(backgrounds[themes.index(theme)])
365365
if background != "None":
@@ -689,7 +689,7 @@ async def update_addons(shipped=False):
689689
globals.pix_cache.clear()
690690

691691
themes = utils.list_config_available("themes")
692-
backgrounds = utils.screenshots("themes")
692+
backgrounds = utils.theme_images()
693693
for theme in themes:
694694
background=str(backgrounds[themes.index(theme)])
695695
if background != "None":

0 commit comments

Comments
 (0)