Closedown

This commit is contained in:
gac-x04sa
2018-10-30 18:03:46 +01:00
parent 8aba2c4fff
commit 21871f976d
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ def img_get_int(fname, thres1, thres2, thres3, thres4, header, width, height, de
def img_read(fname, header, width, height, depth):
ret = call_jep("cpython/image_functions", "img_read", [fname, header, width, height, depth])
return ret
return ret.data