did stuff
This commit is contained in:
parent
734fd43992
commit
fce08e2e75
@ -72,7 +72,7 @@ end
|
||||
function addTutelToTutelServer()
|
||||
local tutelServer = getTutelServerAddress()
|
||||
local telegramInfo = getTelegramInfo()
|
||||
http.post(tutelServer .. "/tutel/add?label=" .. os.getComputerLabel .. "&telegramUserId=" .. telegramInfo["telegramUserId"])
|
||||
http.post(tutelServer .. "/tutel/add?label=" .. os.getComputerLabel() .. "&telegramUserId=" .. telegramInfo["telegramUserId"])
|
||||
end
|
||||
|
||||
function splitStringToArray(inputStr)
|
||||
|
Loading…
Reference in New Issue
Block a user