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:
parent
f354a53718
commit
3b61545371
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue