bugfix: remove undefined variable 'bad_fs_ok'

This commit is contained in:
scgbckbone 2024-03-25 17:17:23 +01:00 committed by doc-hex
parent 1ed6dd76c6
commit adf1b0408c

View File

@ -40,7 +40,6 @@ def _try_microsd():
except OSError as exc:
# corrupt or unformated SD card (or something)
if bad_fs_ok: return True
#sys.print_exception(exc)
return False