This commit is contained in:
Peter D. Gray 2023-12-20 16:14:50 -05:00
parent 2b633b99a3
commit b3109e2241
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -718,7 +718,7 @@ class QRScannerInteraction:
problem = str(exc)
continue
except Exception as exc:
#import sys; sys.print_exception(exc)
import sys; sys.print_exception(exc)
problem = "Unable to decode QR"
continue