did stuff
This commit is contained in:
parent
2dad33cd6d
commit
5d62bac119
@ -32,6 +32,7 @@ local copyList = {
|
||||
|
||||
|
||||
print("[SYNC START]")
|
||||
|
||||
--for i=0, #copyList do
|
||||
for i=#copyList, 0, -1 do
|
||||
getRequest = http.get(prefix .. copyList[i])
|
||||
|
@ -300,6 +300,8 @@ local function mineChunk()
|
||||
end
|
||||
|
||||
local function mineFibo()
|
||||
|
||||
basic.ntfy("Started Mining")
|
||||
state = getState()
|
||||
|
||||
while true do
|
||||
|
Loading…
Reference in New Issue
Block a user