This commit is contained in:
Peter D. Gray 2024-09-09 10:43:24 -04:00
parent 602cc622bb
commit 8a7f0d046c
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -206,7 +206,7 @@ class QRScanner:
break
except asyncio.CancelledError:
print('scan cancel')
#print('scan cancel')
return None
finally:
# Problem: another valid scan can come in just as we are trying