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