This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
flight
/
LuatOS
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
add:http请求加延迟,避免失败时候一直请求过快
Dozingfiretruck
%!s(int64=3) %!d(string=hai) anos
pai
49cd48d0ca
achega
15c7cd97c4
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
script/turnkey/eink-calendar/main.lua
+ 1
- 0
script/turnkey/eink-calendar/main.lua
Ver ficheiro
@@ -35,6 +35,7 @@ local function requestHttp()
if code == 200 then
return body
end
+ sys.wait(500)
end
end