gluon-geolocator: use taps and chang val type in check_site.lua
* set geolocator.autolocation as need_boolean * replace spaces with taps
This commit is contained in:
parent
1d3369bc80
commit
3625d53c5c
@ -1,5 +1,5 @@
|
||||
if need_table('geolocator', nil, false) then
|
||||
need_number('geolocator.autolocation', false)
|
||||
need_number('geolocator.interval', false)
|
||||
need_string_array_match('geolocator.blacklist', '^%w+:%w+:%w+:%w+:%w+:%w+$', false)
|
||||
need_boolean('geolocator.autolocation', false)
|
||||
need_number('geolocator.interval', false)
|
||||
need_string_array_match('geolocator.blacklist', '^%w+:%w+:%w+:%w+:%w+:%w+$', false)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user