Explorar o código

Missed scan_image() becoming output_image()

david %!s(int64=5) %!d(string=hai) anos
pai
achega
f4a12b2546
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")