Updated wrong path to file

This commit is contained in:
jaknapper 2025-05-13 15:28:16 +01:00
parent b5893bc29c
commit a77c0f6f9d

View file

@ -1059,7 +1059,7 @@ class SmartScanThing(Thing):
# the file not being there, it not being json in the file,
# or the imported data not being indexable
logger.warning(
f"Couldn't read scan data, is {json_fname} missing or corrupt? "
f"Couldn't read scan data, is {SCAN_DATA_FILENAME} missing or corrupt? "
"Attempting stitch with overlap value of 0.1"
)
overlap = 0.1