did stuff

This commit is contained in:
Julian Brammer 2024-07-02 15:33:22 +02:00
parent fce08e2e75
commit 7566717b0c

View File

@ -73,6 +73,7 @@ function addTutelToTutelServer()
local tutelServer = getTutelServerAddress() local tutelServer = getTutelServerAddress()
local telegramInfo = getTelegramInfo() 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"])
telegramNotifier("Added Tutel to your Account: " .. os.getComputerLabel())
end end
function splitStringToArray(inputStr) function splitStringToArray(inputStr)