Skip to content

Commit 57fdf59

Browse files
authored
Update code.py
1 parent 6172c7a commit 57fdf59

File tree

1 file changed

+1
-1
lines changed
  • PyPortal_Floppy_with_Display

1 file changed

+1
-1
lines changed

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-
j = 0
33+
j = 0
3434
return filenames
3535

3636
def get_touch(screen):

0 commit comments

Comments
 (0)