We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6172c7a commit 57fdf59Copy full SHA for 57fdf59
1 file changed
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
- j = 0
+ j = 0
34
return filenames
35
36
def get_touch(screen):
0 commit comments