Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbond7 committed Feb 5, 2024
2 parents fb2cc20 + c5c7863 commit a4bd731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu_wms.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/python3
"""
Remote access to XPack QEMU Washing Machine Simulator
Expand Down Expand Up @@ -306,7 +307,6 @@ def find_button(x: int, y: int):
def build_overlay(self, root):
graphics = SCRIPT_HOME / Board.graphics_lib
zip = SCRIPT_HOME / Board.graphics_zip
print(zip)
if graphics.exists():
for tag, overlay in Board.overlays.items():
for i, name in enumerate(overlay.images):
Expand Down

0 comments on commit a4bd731

Please sign in to comment.