diff --git a/src/brulijam/lib/basic.lua b/src/brulijam/lib/basic.lua index c09f967..319cd79 100755 --- a/src/brulijam/lib/basic.lua +++ b/src/brulijam/lib/basic.lua @@ -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)