Update sms-new.lua
This commit is contained in:
parent
3528130991
commit
a0d00b55f9
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ local function recMsg()
|
|||
end
|
||||
printMsg("Type /logout to exit")
|
||||
while true do
|
||||
stream = http.post(server.."update.php",head)
|
||||
stream = http.post(server.."update-new.php",head)
|
||||
if stream then
|
||||
local newMessages = textutils.unserialize(stream.readAll())
|
||||
stream.close()
|
||||
|
|
Loading…
Reference in a new issue