Skip to content

Commit fa18a19

Browse files
authored
Merge pull request #2430 from adafruit/TheKitty-patch-4
Update code.py
2 parents f354a53 + 3b61545 commit fa18a19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • PyPortal_Floppy_with_Display

PyPortal_Floppy_with_Display/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_files(base):
3030
file_names.append((filetext, True))
3131
else:
3232
file_names.append((filetext, False))
33-
return filenames
33+
return file_names
3434

3535
def get_touch(screen):
3636
p = None

0 commit comments

Comments
 (0)