Fixed wrong word in response
This commit is contained in:
parent
636b14f206
commit
cc8eb0c2a3
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ async def set_zero():
|
||||||
async def set_scales(tl: float, tr: float, bl: float, br: float):
|
async def set_scales(tl: float, tr: float, bl: float, br: float):
|
||||||
global scale_values
|
global scale_values
|
||||||
scale_values = [tl, tr, bl, br]
|
scale_values = [tl, tr, bl, br]
|
||||||
return "Set zeroes to: " + " | ".join(str(v) for v in scale_values)
|
return "Set scales to: " + " | ".join(str(v) for v in scale_values)
|
||||||
|
|
||||||
|
|
||||||
if not os.path.exists(file_path):
|
if not os.path.exists(file_path):
|
||||||
|
|
Loading…
Reference in a new issue