Browse Source

Missed scan_image() becoming output_image()

david 5 years ago
parent
commit
f4a12b2546
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dataLoad.py

+ 1 - 1
dataLoad.py

@@ -206,7 +206,7 @@ def run(difficult):
         ey = size[1]
         total = 0
 
-        sx, sy, ex, ey, total = scan_img(pix, size)
+        sx, sy, ex, ey, total = output_img(pix, size)
 
         print(f"Chars within ({sx}, {sy}) - ({ex}, {ey}) total {total} pixels")