Update code.py

In changing the variable filenames to file_names to avoid a scope issue, one wasn't changed. Tested and this works.
This commit is contained in:
Anne Barela 2023-03-05 12:51:57 -05:00 committed by GitHub
parent f354a53718
commit 3b61545371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ def get_files(base):
file_names.append((filetext, True))
else:
file_names.append((filetext, False))
return filenames
return file_names
def get_touch(screen):
p = None