fix: remove syntax error
This commit is contained in:
parent
19cdb67281
commit
038b1b739c
1 changed files with 1 additions and 1 deletions
|
|
@ -42,6 +42,6 @@ function remove_waste(source, discard_rest)
|
||||||
end
|
end
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
remove_waste(STOCK_SOURCE, DISCARD_ADDR, DISCARD_REST)
|
remove_waste(STOCK_SOURCE, DISCARD_REST)
|
||||||
os.sleep(SLEEP_T)
|
os.sleep(SLEEP_T)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue