Skip to content

Commit

Permalink
lowered border
Browse files Browse the repository at this point in the history
  • Loading branch information
a-miscellaneous committed Jul 5, 2024
1 parent 245269d commit bdaae70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checker/src/background_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from tqdm import tqdm

SCALE = 12
BORDER = 50
BORDER = 20

# Pathing
orginal_images_folder = os.path.dirname(os.path.realpath(__file__))
Expand Down
2 changes: 1 addition & 1 deletion checker/src/qr_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

RETRIES = 3
SCALE = 12
BORDER = 50
BORDER = 20
background_folder = os.path.join(os.path.dirname(__file__), "backgrounds")
qrReader = QReader()

Expand Down

0 comments on commit bdaae70

Please sign in to comment.