naming
This commit is contained in:
@ -15,9 +15,9 @@ if __name__ == "__main__":
|
||||
img = np.random.random(200).reshape(10, 20)
|
||||
width, height = img.shape
|
||||
mor.serve(**{
|
||||
"BLA:FPICTURE": img,
|
||||
"BLA:WIDTH": width,
|
||||
"BLA:HEIGHT": height,
|
||||
"IMG:FPICTURE": img,
|
||||
"IMG:WIDTH": width,
|
||||
"IMG:HEIGHT": height,
|
||||
})
|
||||
|
||||
arr = np.random.random(20).reshape(2, 10)
|
||||
|
Reference in New Issue
Block a user