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
|
end
|
||||||
printMsg("Type /logout to exit")
|
printMsg("Type /logout to exit")
|
||||||
while true do
|
while true do
|
||||||
stream = http.post(server.."update.php",head)
|
stream = http.post(server.."update-new.php",head)
|
||||||
if stream then
|
if stream then
|
||||||
local newMessages = textutils.unserialize(stream.readAll())
|
local newMessages = textutils.unserialize(stream.readAll())
|
||||||
stream.close()
|
stream.close()
|
||||||
|
|
Loading…
Reference in a new issue