We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f354a53 + 3b61545 commit fa18a19Copy full SHA for fa18a19
PyPortal_Floppy_with_Display/code.py
@@ -30,7 +30,7 @@ def get_files(base):
30
file_names.append((filetext, True))
31
else:
32
file_names.append((filetext, False))
33
- return filenames
+ return file_names
34
35
def get_touch(screen):
36
p = None
0 commit comments