Skip to content

Commit

Permalink
Merge pull request #201 from target/2022-04-26-ScanQR_Logging_Update
Browse files Browse the repository at this point in the history
Removing ScanQR Debug Logging
  • Loading branch information
phutelmyer authored Apr 26, 2022
2 parents ceaa5fb + bd52395 commit 5192d29
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/python/strelka/scanners/scan_qr.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
from pyzbar.pyzbar import decode
from PIL import Image
import io
import re
import logging

from pyzbar.pyzbar import decode
from PIL import Image

from strelka import strelka

logging.getLogger('PIL').setLevel(logging.WARNING)


class ScanQr(strelka.Scanner):
"""
Expand Down

0 comments on commit 5192d29

Please sign in to comment.