did stuff
This commit is contained in:
parent
7566717b0c
commit
51a9fdfc1e
@ -72,7 +72,7 @@ end
|
|||||||
function addTutelToTutelServer()
|
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())
|
telegramNotifier("Added Tutel to your Account: " .. os.getComputerLabel())
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user