This website works better with JavaScript
Home
Explore
Help
Register
Sign In
flight
/
LuatOS
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add:http请求加延迟,避免失败时候一直请求过快
Dozingfiretruck
3 years ago
parent
49cd48d0ca
commit
15c7cd97c4
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
script/turnkey/eink-calendar/main.lua
+ 1
- 0
script/turnkey/eink-calendar/main.lua
View File
@@ -35,6 +35,7 @@ local function requestHttp()
if code == 200 then
return body
end
+ sys.wait(500)
end
end