Skip to content

Commit

Permalink
refactor: tidy cdoes
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Aug 30, 2024
1 parent 52aed21 commit cb1d951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _settings_changed_callback() -> None:


def _init_images() -> None:
for img_name in global_get("images").keys():
for img_name in global_get("images"):
if not img_name.startswith("@"):
global_set(f"images.{img_name}", get_image_info(img_name))

Expand Down

0 comments on commit cb1d951

Please sign in to comment.