Browse Source

this probably fixes #4072

3.2.x
ThomasV 7 years ago
parent
commit
2deae196d9
  1. 2
      lib/qrscanner.py

2
lib/qrscanner.py

@ -36,7 +36,7 @@ else:
try: try:
libzbar = ctypes.cdll.LoadLibrary(name) libzbar = ctypes.cdll.LoadLibrary(name)
except OSError: except BaseException:
libzbar = None libzbar = None

Loading…
Cancel
Save