did stuff

This commit is contained in:
Julian Brammer 2024-06-24 00:45:03 +02:00
parent 2dad33cd6d
commit 5d62bac119
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ local copyList = {
print("[SYNC START]") print("[SYNC START]")
--for i=0, #copyList do --for i=0, #copyList do
for i=#copyList, 0, -1 do for i=#copyList, 0, -1 do
getRequest = http.get(prefix .. copyList[i]) getRequest = http.get(prefix .. copyList[i])

View File

@ -300,6 +300,8 @@ local function mineChunk()
end end
local function mineFibo() local function mineFibo()
basic.ntfy("Started Mining")
state = getState() state = getState()
while true do while true do