change server ip

This commit is contained in:
Particle_G
2020-11-25 21:10:40 +08:00
committed by MrZ626
parent b924656abd
commit a2e3301dfd
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ function Tick.httpREQ_login(data)
if success then
LOG.print(text.loginSuccessed..": "..content.message)
-- TODO: save {content.token} to storage and a global variable
-- TODO: save {content.user_id} to a global variable
-- TODO: save {content.id} to a global variable
else
LOG.print(text.jsonError,"warn")
end