mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-01-22 17:15:10 +01:00
remove semicolon
This commit is contained in:
parent
fdbc07b377
commit
1bbb327178
@ -49,7 +49,7 @@ function M.temperature(request, response)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function setCurrentPrint(id)
|
local function setCurrentPrint(id)
|
||||||
local cpfileName = "/tmp/current-print";
|
local cpfileName = "/tmp/current-print"
|
||||||
if id == nil then
|
if id == nil then
|
||||||
io.popen('rm ' .. cpfileName)
|
io.popen('rm ' .. cpfileName)
|
||||||
return true
|
return true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user